#79917D

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

Shades of Blue Smoke #79917D

Tints of Blue Smoke #79917D

Color information

#79917D (or 0x79917D) is unknown color: approx Blue Smoke. HEX triplet: 79, 91 and 7D. RGB value is (121,145,125). Sum of RGB (Red+Green+Blue) = 121+145+125=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #79917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79917D is #866E82. Grayscale: #878787. Windows color (decimal): -8810115 or 8229241. OLE color: 8229241.

HSL color Cylindrical-coordinate representation of color #79917D: hue angle of 130º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79917D is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB121145125-
CMYK0.1700.140.43
HSL130º9.84%52.16%-
HSV(B)130º16.55%56.86%-
XYZ21.7125.823.24-
YUV135.54122.05117.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=30.95%
G=37.08%
B=31.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211451250.1700.140.431309.8452.16
Hex79917D110E2B82a34
Octal17122117521016532021264
Binary11110011001000111111011000101110101011100000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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