Html Css Color HEX #798C89 Gumbo

📋 copy color: '#798C89'

red 121 ◦ green 140 ◦ blue 137

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

Shades of Gumbo #798C89

Tints of Gumbo #798C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 30.4%
G = 35.18%
B = 34.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#798C89 (or 0x798C89) is known color: Gumbo. HEX triplet: 79, 8C and 89. RGB value is (121,140,137). Sum of RGB (Red+Green+Blue) = 121+140+137=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 140 - color contains mainly: green. Hex color #798C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798C89 is #867376. Grayscale: #858585. Windows color (decimal): -8811383 or 9014393. OLE color: 9014393.

HSL color Cylindrical-coordinate representation of color #798C89: hue angle of 170.53º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #798C89 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 140 137 -
CMYK 0.14 0 0.02 0.45
HSL 170.53º 0.08% 0.51% -
HSV(B) 170.53º 0.14% 0.55% -
XYZ 21.78 24.63 27.27 -
YUV 133.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 121 140 137 0.14 0 0.02 0.45 170.53 0.08 0.51
Hex 79 8C 89 E 0 2 2D AB 8 33
Octal 171 214 211 16 0 2 55 253 10 63
Binary 1111001 10001100 10001001 1110 0 10 101101 10101011 1000 110011

Color Harmonies of #798C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798C89

Black with #798C89

Text Example


Text Example

White with #798C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798C89; }

 p { color: rgb(121,140,137); }

 H1.HeaderClassName
 {
   color: #798C89;
 }
 .AnyTagClassName
 {
   color: #798C89;
 }
</style>

background-color css

<style>
 a { background-color: #798C89; }

 a { background-color: rgb(121,140,137); }

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

border-color css

<style>
 span { border-color: #798C89; }

 span { border-color: rgb(121,140,137); }

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