Html Css Color HEX #705E6A Salt Box

📋 copy color: '#705E6A'

red 112 ◦ green 94 ◦ blue 106

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

Shades of Salt Box #705E6A

Tints of Salt Box #705E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 35.9%
G = 30.13%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#705E6A (or 0x705E6A) is known color: Salt Box. HEX triplet: 70, 5E and 6A. RGB value is (112,94,106). Sum of RGB (Red+Green+Blue) = 112+94+106=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #705E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E6A is #8FA195. Grayscale: #646464. Windows color (decimal): -9413014 or 6970992. OLE color: 6970992.

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

Color convert

RGB 112 94 106 -
CMYK 0 0.16 0.05 0.56
HSL 320º 0.09% 0.4% -
HSV(B) 320º 0.16% 0.44% -
XYZ 13.29 12.49 15.35 -
YUV 100.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 112 94 106 0 0.16 0.05 0.56 320 0.09 0.4
Hex 70 5E 6A 0 10 5 38 140 9 28
Octal 160 136 152 0 20 5 70 500 11 50
Binary 1110000 1011110 1101010 0 10000 101 111000 101000000 1001 101000

Color Harmonies of #705E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E6A

Black with #705E6A

Text Example


Text Example

White with #705E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,106); }

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

background-color css

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

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

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

border-color css

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

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

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