Html Css Color HEX #798D80 Blue Smoke

📋 copy color: '#798D80'

red 121 ◦ green 141 ◦ blue 128

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

Shades of Blue Smoke #798D80

Tints of Blue Smoke #798D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 31.03%
G = 36.15%
B = 32.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#798D80 (or 0x798D80) is known color: Blue Smoke. HEX triplet: 79, 8D and 80. RGB value is (121,141,128). Sum of RGB (Red+Green+Blue) = 121+141+128=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 141 - color contains mainly: green. Hex color #798D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798D80 is #86727F. Grayscale: #858585. Windows color (decimal): -8811136 or 8424825. OLE color: 8424825.

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

Color convert

RGB 121 141 128 -
CMYK 0.14 0 0.09 0.45
HSL 141º 0.08% 0.51% -
HSV(B) 141º 0.14% 0.55% -
XYZ 21.31 24.67 24.06 -
YUV 133.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 121 141 128 0.14 0 0.09 0.45 141 0.08 0.51
Hex 79 8D 80 E 0 9 2D 8D 8 33
Octal 171 215 200 16 0 11 55 215 10 63
Binary 1111001 10001101 10000000 1110 0 1001 101101 10001101 1000 110011

Color Harmonies of #798D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798D80

Black with #798D80

Text Example


Text Example

White with #798D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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