Html Css Color HEX #798C88 Gumbo

📋 copy color: '#798C88'

red 121 ◦ green 140 ◦ blue 136

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

Shades of Gumbo #798C88

Tints of Gumbo #798C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 30.48%
G = 35.26%
B = 34.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#798C88 (or 0x798C88) is known color: Gumbo. HEX triplet: 79, 8C and 88. RGB value is (121,140,136). Sum of RGB (Red+Green+Blue) = 121+140+136=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 140 - color contains mainly: green. Hex color #798C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798C88 is #867377. Grayscale: #858585. Windows color (decimal): -8811384 or 8948857. OLE color: 8948857.

HSL color Cylindrical-coordinate representation of color #798C88: hue angle of 167.37º 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 #798C88 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 140 136 -
CMYK 0.14 0 0.03 0.45
HSL 167.37º 0.08% 0.51% -
HSV(B) 167.37º 0.14% 0.55% -
XYZ 21.71 24.6 26.9 -
YUV 133.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 121 140 136 0.14 0 0.03 0.45 167.37 0.08 0.51
Hex 79 8C 88 E 0 3 2D A7 8 33
Octal 171 214 210 16 0 3 55 247 10 63
Binary 1111001 10001100 10001000 1110 0 11 101101 10100111 1000 110011

Color Harmonies of #798C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798C88

Black with #798C88

Text Example


Text Example

White with #798C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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