Html Css Color HEX #705D6B Salt Box

📋 copy color: '#705D6B'

red 112 ◦ green 93 ◦ blue 107

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

Shades of Salt Box #705D6B

Tints of Salt Box #705D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 35.9%
G = 29.81%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#705D6B (or 0x705D6B) is known color: Salt Box. HEX triplet: 70, 5D and 6B. RGB value is (112,93,107). Sum of RGB (Red+Green+Blue) = 112+93+107=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #705D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D6B is #8FA294. Grayscale: #646464. Windows color (decimal): -9413269 or 7036272. OLE color: 7036272.

HSL color Cylindrical-coordinate representation of color #705D6B: hue angle of 315.79º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #705D6B is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 93 107 -
CMYK 0 0.17 0.04 0.56
HSL 315.79º 0.09% 0.4% -
HSV(B) 315.79º 0.17% 0.44% -
XYZ 13.25 12.33 15.59 -
YUV 100.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 112 93 107 0 0.17 0.04 0.56 315.79 0.09 0.4
Hex 70 5D 6B 0 11 4 38 13C 9 28
Octal 160 135 153 0 21 4 70 474 11 50
Binary 1110000 1011101 1101011 0 10001 100 111000 100111100 1001 101000

Color Harmonies of #705D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D6B

Black with #705D6B

Text Example


Text Example

White with #705D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705D6B; }

 p { color: rgb(112,93,107); }

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

background-color css

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

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

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

border-color css

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

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

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