Html Css Color HEX #76908B Gumbo

📋 copy color: '#76908B'

red 118 ◦ green 144 ◦ blue 139

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

Shades of Gumbo #76908B

Tints of Gumbo #76908B

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 value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#76908B (or 0x76908B) is known color: 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

RGB 118 144 139 -
CMYK 0.18 0 0.03 0.44
HSL 168.46º 0.1% 0.51% -
HSV(B) 168.46º 0.18% 0.56% -
XYZ 22.1 25.66 28.21 -
YUV 135.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 118 144 139 0.18 0 0.03 0.44 168.46 0.1 0.51
Hex 76 90 8B 12 0 3 2C A8 A 33
Octal 166 220 213 22 0 3 54 250 12 63
Binary 1110110 10010000 10001011 10010 0 11 101100 10101000 1010 110011

Color Harmonies of #76908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76908B

Black with #76908B

Text Example


Text Example

White with #76908B

Text Example


Text Example

HTML Codes & Css Web 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>