#72888E

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

Shades of Gothic #72888E

Tints of Gothic #72888E

Color information

#72888E (or 0x72888E) is unknown color: approx Gothic. HEX triplet: 72, 88 and 8E. RGB value is (114,136,142). Sum of RGB (Red+Green+Blue) = 114+136+142=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #72888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72888E is #8D7771. Grayscale: #828282. Windows color (decimal): -9271154 or 9341042. OLE color: 9341042.

HSL color Cylindrical-coordinate representation of color #72888E: hue angle of 192.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72888E is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB114136142-
CMYK0.200.0400.44
HSL192.86º11.02%50.2%-
HSV(B)192.86º19.72%55.69%-
XYZ20.6323.1428.97-
YUV130.11134.71116.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=29.08%
G=34.69%
B=36.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141361420.200.0400.44192.8611.0250.2
Hex72888E14402Cc1b32
Octal1622102162440543011362
Binary11100101000100010001110101001000101100110000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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