#708979

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

Shades of Blue Smoke #708979

Tints of Blue Smoke #708979

Color information

#708979 (or 0x708979) is unknown color: approx Blue Smoke. HEX triplet: 70, 89 and 79. RGB value is (112,137,121). Sum of RGB (Red+Green+Blue) = 112+137+121=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #708979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708979 is #8F7686. Grayscale: #7F7F7F. Windows color (decimal): -9401991 or 7965040. OLE color: 7965040.

HSL color Cylindrical-coordinate representation of color #708979: hue angle of 141.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708979 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB112137121-
CMYK0.1800.120.46
HSL141.6º10.04%48.82%-
HSV(B)141.6º18.25%53.73%-
XYZ19.0822.7221.47-
YUV127.7124.22116.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=30.27%
G=37.03%
B=32.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371210.1800.120.46141.610.0448.82
Hex708979120C2E8ea31
Octal16021117122014562161261
Binary11100001000100111110011001001100101110100011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708979; }

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

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

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

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

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

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

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

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