Html Css Color HEX #707571 Blue Smoke

📋 copy color: '#707571'

red 112 ◦ green 117 ◦ blue 113

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

Shades of Blue Smoke #707571

Tints of Blue Smoke #707571

RGB

 RED value IS 112 (44.14% from 255) = 32.75%

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 32.75%
G = 34.21%
B = 33.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#707571 (or 0x707571) is known color: Blue Smoke. HEX triplet: 70, 75 and 71. RGB value is (112,117,113). Sum of RGB (Red+Green+Blue) = 112+117+113=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 117 - color contains mainly: green. Hex color #707571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707571 is #8F8A8E. Grayscale: #737373. Windows color (decimal): -9407119 or 7435632. OLE color: 7435632.

HSL color Cylindrical-coordinate representation of color #707571: hue angle of 132º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #707571 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 113 -
CMYK 0.04 0 0.03 0.54
HSL 132º 0.02% 0.45% -
HSV(B) 132º 0.04% 0.46% -
XYZ 16.02 17.36 18.13 -
YUV 115.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 112 117 113 0.04 0 0.03 0.54 132 0.02 0.45
Hex 70 75 71 4 0 3 36 84 2 2D
Octal 160 165 161 4 0 3 66 204 2 55
Binary 1110000 1110101 1110001 100 0 11 110110 10000100 10 101101

Color Harmonies of #707571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707571

Black with #707571

Text Example


Text Example

White with #707571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707571; }

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

 H1.HeaderClassName
 {
   color: #707571;
 }
 .AnyTagClassName
 {
   color: #707571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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