#708778

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

Shades of Blue Smoke #708778

Tints of Blue Smoke #708778

Color information

#708778 (or 0x708778) is unknown color: approx Blue Smoke. HEX triplet: 70, 87 and 78. RGB value is (112,135,120). Sum of RGB (Red+Green+Blue) = 112+135+120=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #708778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708778 is #8F7887. Grayscale: #7E7E7E. Windows color (decimal): -9402504 or 7898992. OLE color: 7898992.

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

Color convert

RGB112135120-
CMYK0.1700.110.47
HSL140.87º9.31%48.43%-
HSV(B)140.87º17.04%52.94%-
XYZ18.7422.1321.05-
YUV126.41124.38117.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=30.52%
G=36.78%
B=32.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351200.1700.110.47140.879.3148.43
Hex708778110B2F8d930
Octal16020717021013572151160
Binary11100001000011111110001000101011101111100011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708778; }

 p { color: rgb(112,135,120); }

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

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

 a { background-color: rgb(112,135,120); }

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

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

 span { border-color: rgb(112,135,120); }

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