Html Css Color HEX #705970 Salt Box

📋 copy color: '#705970'

red 112 ◦ green 89 ◦ blue 112

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

Shades of Salt Box #705970

Tints of Salt Box #705970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 35.78%
G = 28.43%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705970 (or 0x705970) is known color: Salt Box. HEX triplet: 70, 59 and 70. RGB value is (112,89,112). Sum of RGB (Red+Green+Blue) = 112+89+112=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705970 is #8FA68F. Grayscale: #626262. Windows color (decimal): -9414288 or 7362928. OLE color: 7362928.

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

Color convert

RGB 112 89 112 -
CMYK 0 0.21 0 0.56
HSL 300º 0.11% 0.39% -
HSV(B) 300º 0.21% 0.44% -
XYZ 13.18 11.76 16.9 -
YUV 98.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 112 89 112 0 0.21 0 0.56 300 0.11 0.39
Hex 70 59 70 0 15 0 38 12C B 27
Octal 160 131 160 0 25 0 70 454 13 47
Binary 1110000 1011001 1110000 0 10101 0 111000 100101100 1011 100111

Color Harmonies of #705970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705970

Black with #705970

Text Example


Text Example

White with #705970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705970; }

 p { color: rgb(112,89,112); }

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

background-color css

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

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

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

border-color css

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

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

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