#728F96

Color #728F96 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #728F96

Tints of Gothic #728F96

Color information

#728F96 (or 0x728F96) is unknown color: approx Gothic. HEX triplet: 72, 8F and 96. RGB value is (114,143,150). Sum of RGB (Red+Green+Blue) = 114+143+150=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #728F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F96 is #8D7069. Grayscale: #878787. Windows color (decimal): -9269354 or 9867122. OLE color: 9867122.

HSL color Cylindrical-coordinate representation of color #728F96: hue angle of 191.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728F96 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114143150-
CMYK0.240.0500.41
HSL191.67º14.63%51.76%-
HSV(B)191.67º24%58.82%-
XYZ22.2725.4232.59-
YUV135.13136.39112.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=28.01%
G=35.14%
B=36.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141431500.240.0500.41191.6714.6351.76
Hex728F96185029c0f34
Octal1622172263050513001764
Binary11100101000111110010110110001010101001110000001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728F96; }

 p { color: rgb(114,143,150); }

 H1.HeaderClassName
 {
   color: #728F96;
 }
 .AnyTagClassName
 {
   color: #728F96;
 }
</style>
background-color css

<style>
 a { background-color: #728F96; }

 a { background-color: rgb(114,143,150); }

 div.DivClassName
 {
   background-color: #728F96;
 }
 .BgClassName
 {
   background-color: #728F96;
 }
</style>
border-color css

<style>
 span { border-color: #728F96; }

 span { border-color: rgb(114,143,150); }

 td.TdClassName
 {
   border-color: #728F96;
 }
 .TagClassName
 {
   border-color: #728F96;
 }
</style>