Html Css Color HEX #705767 Salt Box

📋 copy color: '#705767'

red 112 ◦ green 87 ◦ blue 103

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

Shades of Salt Box #705767

Tints of Salt Box #705767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 37.09%
G = 28.81%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#705767 (or 0x705767) is known color: Salt Box. HEX triplet: 70, 57 and 67. RGB value is (112,87,103). Sum of RGB (Red+Green+Blue) = 112+87+103=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #705767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705767 is #8FA898. Grayscale: #606060. Windows color (decimal): -9414809 or 6772592. OLE color: 6772592.

HSL color Cylindrical-coordinate representation of color #705767: hue angle of 321.6º 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 #705767 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 103 -
CMYK 0 0.22 0.08 0.56
HSL 321.6º 0.13% 0.39% -
HSV(B) 321.6º 0.22% 0.44% -
XYZ 12.54 11.24 14.34 -
YUV 96.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 112 87 103 0 0.22 0.08 0.56 321.6 0.13 0.39
Hex 70 57 67 0 16 8 38 142 D 27
Octal 160 127 147 0 26 10 70 502 15 47
Binary 1110000 1010111 1100111 0 10110 1000 111000 101000010 1101 100111

Color Harmonies of #705767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705767

Black with #705767

Text Example


Text Example

White with #705767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705767; }

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

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

background-color css

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

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

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

border-color css

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

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

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