#79897B

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

Shades of Blue Smoke #79897B

Tints of Blue Smoke #79897B

Color information

#79897B (or 0x79897B) is unknown color: approx Blue Smoke. HEX triplet: 79, 89 and 7B. RGB value is (121,137,123). Sum of RGB (Red+Green+Blue) = 121+137+123=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #79897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79897B is #867684. Grayscale: #828282. Windows color (decimal): -8812165 or 8096121. OLE color: 8096121.

HSL color Cylindrical-coordinate representation of color #79897B: hue angle of 127.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 #79897B is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB121137123-
CMYK0.1200.100.46
HSL127.5º6.35%50.59%-
HSV(B)127.5º11.68%53.73%-
XYZ20.4123.3922.18-
YUV130.62123.7121.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=31.76%
G=35.96%
B=32.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211371230.1200.100.46127.56.3550.59
Hex79897BC0A2E7f633
Octal1712111731401256177663
Binary11110011000100111110111100010101011101111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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