Html Css Color HEX #798D8A Gumbo

📋 copy color: '#798D8A'

red 121 ◦ green 141 ◦ blue 138

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

Shades of Gumbo #798D8A

Tints of Gumbo #798D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 30.25%
G = 35.25%
B = 34.5%

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

#798D8A (or 0x798D8A) is known color: Gumbo. HEX triplet: 79, 8D and 8A. RGB value is (121,141,138). Sum of RGB (Red+Green+Blue) = 121+141+138=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 141 - color contains mainly: green. Hex color #798D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798D8A is #867275. Grayscale: #868686. Windows color (decimal): -8811126 or 9080185. OLE color: 9080185.

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

Color convert

RGB 121 141 138 -
CMYK 0.14 0 0.02 0.45
HSL 171º 0.08% 0.51% -
HSV(B) 171º 0.14% 0.55% -
XYZ 22 24.95 27.7 -
YUV 134.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 121 141 138 0.14 0 0.02 0.45 171 0.08 0.51
Hex 79 8D 8A E 0 2 2D AB 8 33
Octal 171 215 212 16 0 2 55 253 10 63
Binary 1111001 10001101 10001010 1110 0 10 101101 10101011 1000 110011

Color Harmonies of #798D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798D8A

Black with #798D8A

Text Example


Text Example

White with #798D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,141,138); }

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

background-color css

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

 a { background-color: rgb(121,141,138); }

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

border-color css

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

 span { border-color: rgb(121,141,138); }

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