#79917F

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

Shades of Blue Smoke #79917F

Tints of Blue Smoke #79917F

Color information

#79917F (or 0x79917F) is unknown color: approx Blue Smoke. HEX triplet: 79, 91 and 7F. RGB value is (121,145,127). Sum of RGB (Red+Green+Blue) = 121+145+127=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #79917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79917F is #866E80. Grayscale: #878787. Windows color (decimal): -8810113 or 8360313. OLE color: 8360313.

HSL color Cylindrical-coordinate representation of color #79917F: hue angle of 135º 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 #79917F is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB121145127-
CMYK0.1700.120.43
HSL135º9.84%52.16%-
HSV(B)135º16.55%56.86%-
XYZ21.8425.8523.92-
YUV135.77123.05117.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 127 (50% from 255) = 32.32%
R=30.79%
G=36.90%
B=32.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211451270.1700.120.431359.8452.16
Hex79917F110C2B87a34
Octal17122117721014532071264
Binary11110011001000111111111000101100101011100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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