Html Css Color HEX #72908C Gumbo

📋 copy color: '#72908C'

red 114 ◦ green 144 ◦ blue 140

#72908C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #72908C

Tints of Gumbo #72908C

RGB

 RED value IS 114 (44.92% from 255) = 28.64%

 GREEN value IS 144 (56.64% from 255) = 36.18%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 28.64%
G = 36.18%
B = 35.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#72908C (or 0x72908C) is known color: Gumbo. HEX triplet: 72, 90 and 8C. RGB value is (114,144,140). Sum of RGB (Red+Green+Blue) = 114+144+140=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #72908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72908C is #8D6F73. Grayscale: #868686. Windows color (decimal): -9269108 or 9212018. OLE color: 9212018.

HSL color Cylindrical-coordinate representation of color #72908C: hue angle of 172º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72908C is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 140 -
CMYK 0.21 0 0.03 0.44
HSL 172º 0.12% 0.51% -
HSV(B) 172º 0.21% 0.56% -
XYZ 21.65 25.42 28.58 -
YUV 134.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 114 144 140 0.21 0 0.03 0.44 172 0.12 0.51
Hex 72 90 8C 15 0 3 2C AC C 33
Octal 162 220 214 25 0 3 54 254 14 63
Binary 1110010 10010000 10001100 10101 0 11 101100 10101100 1100 110011

Color Harmonies of #72908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72908C

Black with #72908C

Text Example


Text Example

White with #72908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72908C; }

 p { color: rgb(114,144,140); }

 H1.HeaderClassName
 {
   color: #72908C;
 }
 .AnyTagClassName
 {
   color: #72908C;
 }
</style>

background-color css

<style>
 a { background-color: #72908C; }

 a { background-color: rgb(114,144,140); }

 div.DivClassName
 {
   background-color: #72908C;
 }
 .BgClassName
 {
   background-color: #72908C;
 }
</style>

border-color css

<style>
 span { border-color: #72908C; }

 span { border-color: rgb(114,144,140); }

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