Html Css Color HEX #705671 Salt Box

📋 copy color: '#705671'

red 112 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #705671

Tints of Salt Box #705671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 36.01%
G = 27.65%
B = 36.33%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705671 (or 0x705671) is known color: Salt Box. HEX triplet: 70, 56 and 71. RGB value is (112,86,113). Sum of RGB (Red+Green+Blue) = 112+86+113=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 113 - color contains mainly: blue. Hex color #705671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705671 is #8FA98E. Grayscale: #606060. Windows color (decimal): -9415055 or 7427696. OLE color: 7427696.

HSL color Cylindrical-coordinate representation of color #705671: hue angle of 297.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705671 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 113 -
CMYK 0.01 0.24 0 0.56
HSL 297.78º 0.14% 0.39% -
HSV(B) 297.78º 0.24% 0.44% -
XYZ 12.99 11.29 17.12 -
YUV 96.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 112 86 113 0.01 0.24 0 0.56 297.78 0.14 0.39
Hex 70 56 71 1 18 0 38 12A E 27
Octal 160 126 161 1 30 0 70 452 16 47
Binary 1110000 1010110 1110001 1 11000 0 111000 100101010 1110 100111

Color Harmonies of #705671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705671

Black with #705671

Text Example


Text Example

White with #705671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705671; }

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

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

background-color css

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

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

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

border-color css

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

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

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