Html Css Color HEX #798E7D Blue Smoke

📋 copy color: '#798E7D'

red 121 ◦ green 142 ◦ blue 125

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

Shades of Blue Smoke #798E7D

Tints of Blue Smoke #798E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.6%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 31.19%
G = 36.6%
B = 32.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#798E7D (or 0x798E7D) is known color: Blue Smoke. HEX triplet: 79, 8E and 7D. RGB value is (121,142,125). Sum of RGB (Red+Green+Blue) = 121+142+125=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 142 - color contains mainly: green. Hex color #798E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798E7D is #867182. Grayscale: #858585. Windows color (decimal): -8810883 or 8228473. OLE color: 8228473.

HSL color Cylindrical-coordinate representation of color #798E7D: hue angle of 131.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798E7D is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 142 125 -
CMYK 0.15 0 0.12 0.44
HSL 131.43º 0.09% 0.52% -
HSV(B) 131.43º 0.15% 0.56% -
XYZ 21.26 24.89 23.09 -
YUV 133.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 121 142 125 0.15 0 0.12 0.44 131.43 0.09 0.52
Hex 79 8E 7D F 0 C 2C 83 9 34
Octal 171 216 175 17 0 14 54 203 11 64
Binary 1111001 10001110 1111101 1111 0 1100 101100 10000011 1001 110100

Color Harmonies of #798E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798E7D

Black with #798E7D

Text Example


Text Example

White with #798E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,142,125); }

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

background-color css

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

 a { background-color: rgb(121,142,125); }

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

border-color css

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

 span { border-color: rgb(121,142,125); }

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