Html Css Color HEX #705670 Salt Box

📋 copy color: '#705670'

red 112 ◦ green 86 ◦ blue 112

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

Shades of Salt Box #705670

Tints of Salt Box #705670

RGB

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

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

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

R = 36.13%
G = 27.74%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705670 (or 0x705670) is known color: Salt Box. HEX triplet: 70, 56 and 70. RGB value is (112,86,112). Sum of RGB (Red+Green+Blue) = 112+86+112=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705670 is #8FA98F. Grayscale: #606060. Windows color (decimal): -9415056 or 7362160. OLE color: 7362160.

HSL color Cylindrical-coordinate representation of color #705670: 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.23%. Process color model (Four color, CMYK) of #705670 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 112 -
CMYK 0 0.23 0 0.56
HSL 300º 0.13% 0.39% -
HSV(B) 300º 0.23% 0.44% -
XYZ 12.93 11.27 16.82 -
YUV 96.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 112 86 112 0 0.23 0 0.56 300 0.13 0.39
Hex 70 56 70 0 17 0 38 12C D 27
Octal 160 126 160 0 27 0 70 454 15 47
Binary 1110000 1010110 1110000 0 10111 0 111000 100101100 1101 100111

Color Harmonies of #705670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705670

Black with #705670

Text Example


Text Example

White with #705670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705670; }

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

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

background-color css

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

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

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

border-color css

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

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

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