#72898E

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

Shades of Gothic #72898E

Tints of Gothic #72898E

Color information

#72898E (or 0x72898E) is unknown color: approx Gothic. HEX triplet: 72, 89 and 8E. RGB value is (114,137,142). Sum of RGB (Red+Green+Blue) = 114+137+142=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #72898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72898E is #8D7671. Grayscale: #828282. Windows color (decimal): -9270898 or 9341298. OLE color: 9341298.

HSL color Cylindrical-coordinate representation of color #72898E: hue angle of 190.71º 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 #72898E is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB114137142-
CMYK0.200.0400.44
HSL190.71º11.02%50.2%-
HSV(B)190.71º19.72%55.69%-
XYZ20.7723.4229.02-
YUV130.69134.38116.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=29.01%
G=34.86%
B=36.13%

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
Decimal1141371420.200.0400.44190.7111.0250.2
Hex72898E14402Cbfb32
Octal1622112162440542771362
Binary11100101000100110001110101001000101100101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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