#72948C

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

Shades of Gumbo #72948C

Tints of Gumbo #72948C

Color information

#72948C (or 0x72948C) is unknown color: approx Gumbo. HEX triplet: 72, 94 and 8C. RGB value is (114,148,140). Sum of RGB (Red+Green+Blue) = 114+148+140=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #72948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72948C is #8D6B73. Grayscale: #888888. Windows color (decimal): -9268084 or 9213042. OLE color: 9213042.

HSL color Cylindrical-coordinate representation of color #72948C: hue angle of 165.88º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72948C is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB114148140-
CMYK0.2300.050.42
HSL165.88º13.71%51.37%-
HSV(B)165.88º22.97%58.04%-
XYZ22.2626.6528.78-
YUV136.92129.74111.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=28.36%
G=36.82%
B=34.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481400.2300.050.42165.8813.7151.37
Hex72948C17052Aa6e33
Octal1622242142705522461663
Binary11100101001010010001100101110101101010101001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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