Html Css Color HEX #798C81 Blue Smoke

📋 copy color: '#798C81'

red 121 ◦ green 140 ◦ blue 129

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

Shades of Blue Smoke #798C81

Tints of Blue Smoke #798C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 31.03%
G = 35.9%
B = 33.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#798C81 (or 0x798C81) is known color: Blue Smoke. HEX triplet: 79, 8C and 81. RGB value is (121,140,129). Sum of RGB (Red+Green+Blue) = 121+140+129=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #798C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798C81 is #86737E. Grayscale: #858585. Windows color (decimal): -8811391 or 8490105. OLE color: 8490105.

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

Color convert

RGB 121 140 129 -
CMYK 0.14 0 0.08 0.45
HSL 145.26º 0.08% 0.51% -
HSV(B) 145.26º 0.14% 0.55% -
XYZ 21.23 24.41 24.36 -
YUV 133.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 121 140 129 0.14 0 0.08 0.45 145.26 0.08 0.51
Hex 79 8C 81 E 0 8 2D 91 8 33
Octal 171 214 201 16 0 10 55 221 10 63
Binary 1111001 10001100 10000001 1110 0 1000 101101 10010001 1000 110011

Color Harmonies of #798C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798C81

Black with #798C81

Text Example


Text Example

White with #798C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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