#72888B

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

Shades of Gothic #72888B

Tints of Gothic #72888B

Color information

#72888B (or 0x72888B) is unknown color: approx Gothic. HEX triplet: 72, 88 and 8B. RGB value is (114,136,139). Sum of RGB (Red+Green+Blue) = 114+136+139=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #72888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72888B is #8D7774. Grayscale: #818181. Windows color (decimal): -9271157 or 9144434. OLE color: 9144434.

HSL color Cylindrical-coordinate representation of color #72888B: hue angle of 187.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72888B is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114136139-
CMYK0.180.0200.45
HSL187.2º9.88%49.61%-
HSV(B)187.2º17.99%54.51%-
XYZ20.423.0527.8-
YUV129.76133.21116.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=29.31%
G=34.96%
B=35.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141361390.180.0200.45187.29.8849.61
Hex72888B12202Dbba32
Octal1622102132220552731262
Binary1110010100010001000101110010100101101101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72888B; }

 p { color: rgb(114,136,139); }

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

<style>
 a { background-color: #72888B; }

 a { background-color: rgb(114,136,139); }

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

<style>
 span { border-color: #72888B; }

 span { border-color: rgb(114,136,139); }

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