#708877

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

Shades of Blue Smoke #708877

Tints of Blue Smoke #708877

Color information

#708877 (or 0x708877) is unknown color: approx Blue Smoke. HEX triplet: 70, 88 and 77. RGB value is (112,136,119). Sum of RGB (Red+Green+Blue) = 112+136+119=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #708877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708877 is #8F7788. Grayscale: #7E7E7E. Windows color (decimal): -9402249 or 7833712. OLE color: 7833712.

HSL color Cylindrical-coordinate representation of color #708877: hue angle of 137.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 #708877 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB112136119-
CMYK0.1800.120.47
HSL137.5º9.68%48.63%-
HSV(B)137.5º17.65%53.33%-
XYZ18.8222.3820.78-
YUV126.89123.55117.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=30.52%
G=37.06%
B=32.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121361190.1800.120.47137.59.6848.63
Hex708877120C2F8aa31
Octal16021016722014572121261
Binary11100001000100011101111001001100101111100010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708877; }

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

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

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

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

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

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

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

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