#708978

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

Shades of Blue Smoke #708978

Tints of Blue Smoke #708978

Color information

#708978 (or 0x708978) is unknown color: approx Blue Smoke. HEX triplet: 70, 89 and 78. RGB value is (112,137,120). Sum of RGB (Red+Green+Blue) = 112+137+120=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #708978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708978 is #8F7687. Grayscale: #7F7F7F. Windows color (decimal): -9401992 or 7899504. OLE color: 7899504.

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

Color convert

RGB112137120-
CMYK0.1800.120.46
HSL139.2º10.04%48.82%-
HSV(B)139.2º18.25%53.73%-
XYZ19.0222.6921.15-
YUV127.59123.72116.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=30.35%
G=37.13%
B=32.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371200.1800.120.46139.210.0448.82
Hex708978120C2E8ba31
Octal16021117022014562131261
Binary11100001000100111110001001001100101110100010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708978; }

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

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

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

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

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

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

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

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