Html Css Color HEX #79908B Gumbo

📋 copy color: '#79908B'

red 121 ◦ green 144 ◦ blue 139

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

Shades of Gumbo #79908B

Tints of Gumbo #79908B

RGB

 RED value IS 121 (47.66% from 255) = 29.95%

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

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 29.95%
G = 35.64%
B = 34.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#79908B (or 0x79908B) is known color: Gumbo. HEX triplet: 79, 90 and 8B. RGB value is (121,144,139). Sum of RGB (Red+Green+Blue) = 121+144+139=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #79908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79908B is #866F74. Grayscale: #888888. Windows color (decimal): -8810357 or 9146489. OLE color: 9146489.

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

Color convert

RGB 121 144 139 -
CMYK 0.16 0 0.03 0.44
HSL 166.96º 0.09% 0.52% -
HSV(B) 166.96º 0.16% 0.56% -
XYZ 22.52 25.88 28.23 -
YUV 136.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 121 144 139 0.16 0 0.03 0.44 166.96 0.09 0.52
Hex 79 90 8B 10 0 3 2C A7 9 34
Octal 171 220 213 20 0 3 54 247 11 64
Binary 1111001 10010000 10001011 10000 0 11 101100 10100111 1001 110100

Color Harmonies of #79908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79908B

Black with #79908B

Text Example


Text Example

White with #79908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79908B;
 }
 .AnyTagClassName
 {
   color: #79908B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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