#708275

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

Shades of Blue Smoke #708275

Tints of Blue Smoke #708275

Color information

#708275 (or 0x708275) is unknown color: approx Blue Smoke. HEX triplet: 70, 82 and 75. RGB value is (112,130,117). Sum of RGB (Red+Green+Blue) = 112+130+117=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #708275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708275 is #8F7D8A. Grayscale: #7B7B7B. Windows color (decimal): -9403787 or 7701104. OLE color: 7701104.

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

Color convert

RGB112130117-
CMYK0.1400.10.49
HSL136.67º7.44%47.45%-
HSV(B)136.67º13.85%50.98%-
XYZ17.8820.6919.88-
YUV123.14124.54120.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=31.20%
G=36.21%
B=32.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121301170.1400.10.49136.677.4447.45
Hex708275E0A318972f
Octal1602021651601261211757
Binary111000010000010111010111100101011000110001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708275; }

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

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

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

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

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

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

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

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