Html Css Color HEX #705770 Salt Box

📋 copy color: '#705770'

red 112 ◦ green 87 ◦ blue 112

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

Shades of Salt Box #705770

Tints of Salt Box #705770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

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

R = 36.01%
G = 27.97%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705770 (or 0x705770) is known color: Salt Box. HEX triplet: 70, 57 and 70. RGB value is (112,87,112). Sum of RGB (Red+Green+Blue) = 112+87+112=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705770 is #8FA88F. Grayscale: #616161. Windows color (decimal): -9414800 or 7362416. OLE color: 7362416.

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

Color convert

RGB 112 87 112 -
CMYK 0 0.22 0 0.56
HSL 300º 0.13% 0.39% -
HSV(B) 300º 0.22% 0.44% -
XYZ 13.01 11.43 16.85 -
YUV 97.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 112 87 112 0 0.22 0 0.56 300 0.13 0.39
Hex 70 57 70 0 16 0 38 12C D 27
Octal 160 127 160 0 26 0 70 454 15 47
Binary 1110000 1010111 1110000 0 10110 0 111000 100101100 1101 100111

Color Harmonies of #705770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705770

Black with #705770

Text Example


Text Example

White with #705770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705770; }

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

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

background-color css

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

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

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

border-color css

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

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

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