#707C71

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

Shades of Blue Smoke #707C71

Tints of Blue Smoke #707C71

Color information

#707C71 (or 0x707C71) is unknown color: approx Blue Smoke. HEX triplet: 70, 7C and 71. RGB value is (112,124,113). Sum of RGB (Red+Green+Blue) = 112+124+113=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #707C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C71 is #8F838E. Grayscale: #777777. Windows color (decimal): -9405327 or 7437424. OLE color: 7437424.

HSL color Cylindrical-coordinate representation of color #707C71: hue angle of 125º 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 #707C71 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB112124113-
CMYK0.1000.090.51
HSL125º5.08%46.27%-
HSV(B)125º9.68%48.63%-
XYZ16.8719.0518.41-
YUV119.16124.52122.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=32.09%
G=35.53%
B=32.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121241130.1000.090.511255.0846.27
Hex707C71A09337d52e
Octal1601741611201163175556
Binary1110000111110011100011010010011100111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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