Html Css Color HEX #707C71 Blue Smoke

📋 copy color: '#707C71'

red 112 ◦ green 124 ◦ blue 113

#707C71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Smoke #707C71

Tints of Blue Smoke #707C71

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 value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#707C71 (or 0x707C71) is known color: 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

RGB 112 124 113 -
CMYK 0.10 0 0.09 0.51
HSL 125º 0.05% 0.46% -
HSV(B) 125º 0.1% 0.49% -
XYZ 16.87 19.05 18.41 -
YUV 119.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 112 124 113 0.10 0 0.09 0.51 125 0.05 0.46
Hex 70 7C 71 A 0 9 33 7D 5 2E
Octal 160 174 161 12 0 11 63 175 5 56
Binary 1110000 1111100 1110001 1010 0 1001 110011 1111101 101 101110

Color Harmonies of #707C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C71

Black with #707C71

Text Example


Text Example

White with #707C71

Text Example


Text Example

HTML Codes & Css Web 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>