#79847D

Color #79847D Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #79847D

Tints of Blue Smoke #79847D

Color information

#79847D (or 0x79847D) is unknown color: approx Blue Smoke. HEX triplet: 79, 84 and 7D. RGB value is (121,132,125). Sum of RGB (Red+Green+Blue) = 121+132+125=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 132 - color contains mainly: green. Hex color #79847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79847D is #867B82. Grayscale: #7F7F7F. Windows color (decimal): -8813443 or 8225913. OLE color: 8225913.

HSL color Cylindrical-coordinate representation of color #79847D: hue angle of 141.82º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #79847D is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB121132125-
CMYK0.0800.050.48
HSL141.82º4.35%49.61%-
HSV(B)141.82º8.33%51.76%-
XYZ19.8422.0522.61-
YUV127.91126.36123.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=32.01%
G=34.92%
B=33.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211321250.0800.050.48141.824.3549.61
Hex79847D805308e432
Octal171204175100560216462
Binary11110011000010011111011000010111000010001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79847D; }

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

 H1.HeaderClassName
 {
   color: #79847D;
 }
 .AnyTagClassName
 {
   color: #79847D;
 }
</style>
background-color css

<style>
 a { background-color: #79847D; }

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

 div.DivClassName
 {
   background-color: #79847D;
 }
 .BgClassName
 {
   background-color: #79847D;
 }
</style>
border-color css

<style>
 span { border-color: #79847D; }

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

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