#708976

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

Shades of Blue Smoke #708976

Tints of Blue Smoke #708976

Color information

#708976 (or 0x708976) is unknown color: approx Blue Smoke. HEX triplet: 70, 89 and 76. RGB value is (112,137,118). Sum of RGB (Red+Green+Blue) = 112+137+118=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #708976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708976 is #8F7689. Grayscale: #7F7F7F. Windows color (decimal): -9401994 or 7768432. OLE color: 7768432.

HSL color Cylindrical-coordinate representation of color #708976: hue angle of 134.4º 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 #708976 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB112137118-
CMYK0.1800.140.46
HSL134.4º10.04%48.82%-
HSV(B)134.4º18.25%53.73%-
XYZ18.922.6420.51-
YUV127.36122.72117.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=30.52%
G=37.33%
B=32.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371180.1800.140.46134.410.0448.82
Hex708976120E2E86a31
Octal16021116622016562061261
Binary11100001000100111101101001001110101110100001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708976; }

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

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

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

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

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

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

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

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