#708576

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

Shades of Blue Smoke #708576

Tints of Blue Smoke #708576

Color information

#708576 (or 0x708576) is unknown color: approx Blue Smoke. HEX triplet: 70, 85 and 76. RGB value is (112,133,118). Sum of RGB (Red+Green+Blue) = 112+133+118=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #708576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708576 is #8F7A89. Grayscale: #7D7D7D. Windows color (decimal): -9403018 or 7767408. OLE color: 7767408.

HSL color Cylindrical-coordinate representation of color #708576: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708576 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB112133118-
CMYK0.1600.110.48
HSL137.14º8.57%48.04%-
HSV(B)137.14º15.79%52.16%-
XYZ18.3421.5320.33-
YUV125.01124.04118.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=30.85%
G=36.64%
B=32.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331180.1600.110.48137.148.5748.04
Hex708576100B3089930
Octal16020516620013602111160
Binary11100001000010111101101000001011110000100010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708576; }

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

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

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

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

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

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

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

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