#72918A

Color #72918A Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #72918A

Tints of Gumbo #72918A

Color information

#72918A (or 0x72918A) is unknown color: approx Gumbo. HEX triplet: 72, 91 and 8A. RGB value is (114,145,138). Sum of RGB (Red+Green+Blue) = 114+145+138=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #72918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72918A is #8D6E75. Grayscale: #868686. Windows color (decimal): -9268854 or 9081202. OLE color: 9081202.

HSL color Cylindrical-coordinate representation of color #72918A: hue angle of 166.45º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72918A is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB114145138-
CMYK0.2100.050.43
HSL166.45º12.35%50.78%-
HSV(B)166.45º21.38%56.86%-
XYZ21.6525.6627.86-
YUV134.93129.73113.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=28.72%
G=36.52%
B=34.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141451380.2100.050.43166.4512.3550.78
Hex72918A15052Ba6c33
Octal1622212122505532461463
Binary11100101001000110001010101010101101011101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72918A; }

 p { color: rgb(114,145,138); }

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

<style>
 a { background-color: #72918A; }

 a { background-color: rgb(114,145,138); }

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

<style>
 span { border-color: #72918A; }

 span { border-color: rgb(114,145,138); }

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