#71908B

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

Shades of Gumbo #71908B

Tints of Gumbo #71908B

Color information

#71908B (or 0x71908B) is unknown color: approx Gumbo. HEX triplet: 71, 90 and 8B. RGB value is (113,144,139). Sum of RGB (Red+Green+Blue) = 113+144+139=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #71908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71908B is #8E6F74. Grayscale: #868686. Windows color (decimal): -9334645 or 9146481. OLE color: 9146481.

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

Color convert

RGB113144139-
CMYK0.2200.030.44
HSL170.32º12.25%50.39%-
HSV(B)170.32º21.53%56.47%-
XYZ21.4425.3228.18-
YUV134.16130.73112.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=28.54%
G=36.36%
B=35.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131441390.2200.030.44170.3212.2550.39
Hex71908B16032Caac32
Octal1612202132603542521462
Binary1110001100100001000101110110011101100101010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71908B; }

 p { color: rgb(113,144,139); }

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

<style>
 a { background-color: #71908B; }

 a { background-color: rgb(113,144,139); }

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

<style>
 span { border-color: #71908B; }

 span { border-color: rgb(113,144,139); }

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