#707C73

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

Shades of Blue Smoke #707C73

Tints of Blue Smoke #707C73

Color information

#707C73 (or 0x707C73) is unknown color: approx Blue Smoke. HEX triplet: 70, 7C and 73. RGB value is (112,124,115). Sum of RGB (Red+Green+Blue) = 112+124+115=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 124 - color contains mainly: green. Hex color #707C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C73 is #8F838C. Grayscale: #777777. Windows color (decimal): -9405325 or 7568496. OLE color: 7568496.

HSL color Cylindrical-coordinate representation of color #707C73: hue angle of 135º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707C73 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB112124115-
CMYK0.1000.070.51
HSL135º5.08%46.27%-
HSV(B)135º9.68%48.63%-
XYZ16.9819.119.01-
YUV119.39125.52122.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=31.91%
G=35.33%
B=32.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121241150.1000.070.511355.0846.27
Hex707C73A07338752e
Octal160174163120763207556
Binary1110000111110011100111010011111001110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707C73; }

 p { color: rgb(112,124,115); }

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

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

 a { background-color: rgb(112,124,115); }

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

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

 span { border-color: rgb(112,124,115); }

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