#79897F

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

Shades of Blue Smoke #79897F

Tints of Blue Smoke #79897F

Color information

#79897F (or 0x79897F) is unknown color: approx Blue Smoke. HEX triplet: 79, 89 and 7F. RGB value is (121,137,127). Sum of RGB (Red+Green+Blue) = 121+137+127=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #79897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79897F is #867680. Grayscale: #838383. Windows color (decimal): -8812161 or 8358265. OLE color: 8358265.

HSL color Cylindrical-coordinate representation of color #79897F: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #79897F is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB121137127-
CMYK0.1200.070.46
HSL142.5º6.35%50.59%-
HSV(B)142.5º11.68%53.73%-
XYZ20.6623.4923.52-
YUV131.08125.7120.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 127 (50% from 255) = 32.99%
R=31.43%
G=35.58%
B=32.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211371270.1200.070.46142.56.3550.59
Hex79897FC072E8e633
Octal171211177140756216663
Binary11110011000100111111111100011110111010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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