#708875

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

Shades of Blue Smoke #708875

Tints of Blue Smoke #708875

Color information

#708875 (or 0x708875) is unknown color: approx Blue Smoke. HEX triplet: 70, 88 and 75. RGB value is (112,136,117). Sum of RGB (Red+Green+Blue) = 112+136+117=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #708875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708875 is #8F778A. Grayscale: #7E7E7E. Windows color (decimal): -9402251 or 7702640. OLE color: 7702640.

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

Color convert

RGB112136117-
CMYK0.1800.140.47
HSL132.5º9.68%48.63%-
HSV(B)132.5º17.65%53.33%-
XYZ18.722.3420.16-
YUV126.66122.55117.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=30.68%
G=37.26%
B=32.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121361170.1800.140.47132.59.6848.63
Hex708875120E2F84a31
Octal16021016522016572041261
Binary11100001000100011101011001001110101111100001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708875; }

 p { color: rgb(112,136,117); }

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

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

 a { background-color: rgb(112,136,117); }

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

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

 span { border-color: rgb(112,136,117); }

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