#708374

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

Shades of Blue Smoke #708374

Tints of Blue Smoke #708374

Color information

#708374 (or 0x708374) is unknown color: approx Blue Smoke. HEX triplet: 70, 83 and 74. RGB value is (112,131,116). Sum of RGB (Red+Green+Blue) = 112+131+116=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #708374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708374 is #8F7C8B. Grayscale: #7B7B7B. Windows color (decimal): -9403532 or 7635824. OLE color: 7635824.

HSL color Cylindrical-coordinate representation of color #708374: hue angle of 132.63º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708374 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB112131116-
CMYK0.1500.110.49
HSL132.63º7.82%47.65%-
HSV(B)132.63º14.5%51.37%-
XYZ17.9520.9419.62-
YUV123.61123.71119.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=31.20%
G=36.49%
B=32.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121311160.1500.110.49132.637.8247.65
Hex708374F0B3185830
Octal16020316417013612051060
Binary1110000100000111110100111101011110001100001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708374; }

 p { color: rgb(112,131,116); }

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

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

 a { background-color: rgb(112,131,116); }

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

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

 span { border-color: rgb(112,131,116); }

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