#76908B

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

Shades of Gumbo #76908B

Tints of Gumbo #76908B

Color information

#76908B (or 0x76908B) is unknown color: approx Gumbo. HEX triplet: 76, 90 and 8B. RGB value is (118,144,139). Sum of RGB (Red+Green+Blue) = 118+144+139=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #76908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76908B is #896F74. Grayscale: #878787. Windows color (decimal): -9006965 or 9146486. OLE color: 9146486.

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

Color convert

RGB118144139-
CMYK0.1800.030.44
HSL168.46º10.48%51.37%-
HSV(B)168.46º18.06%56.47%-
XYZ22.125.6628.21-
YUV135.66129.89115.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=29.43%
G=35.91%
B=34.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181441390.1800.030.44168.4610.4851.37
Hex76908B12032Ca8a33
Octal1662202132203542501263
Binary1110110100100001000101110010011101100101010001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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