#708276

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

Shades of Blue Smoke #708276

Tints of Blue Smoke #708276

Color information

#708276 (or 0x708276) is unknown color: approx Blue Smoke. HEX triplet: 70, 82 and 76. RGB value is (112,130,118). Sum of RGB (Red+Green+Blue) = 112+130+118=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #708276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708276 is #8F7D89. Grayscale: #7B7B7B. Windows color (decimal): -9403786 or 7766640. OLE color: 7766640.

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

Color convert

RGB112130118-
CMYK0.1400.090.49
HSL140º7.44%47.45%-
HSV(B)140º13.85%50.98%-
XYZ17.9320.7220.19-
YUV123.25125.04119.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=31.11%
G=36.11%
B=32.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121301180.1400.090.491407.4447.45
Hex708276E09318c72f
Octal1602021661601161214757
Binary111000010000010111011011100100111000110001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708276; }

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

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

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

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

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

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

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

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