Html Css Color HEX #705667 Salt Box

📋 copy color: '#705667'

red 112 ◦ green 86 ◦ blue 103

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

Shades of Salt Box #705667

Tints of Salt Box #705667

RGB

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

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

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

R = 37.21%
G = 28.57%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#705667 (or 0x705667) is known color: Salt Box. HEX triplet: 70, 56 and 67. RGB value is (112,86,103). Sum of RGB (Red+Green+Blue) = 112+86+103=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705667 is #8FA998. Grayscale: #5F5F5F. Windows color (decimal): -9415065 or 6772336. OLE color: 6772336.

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

Color convert

RGB 112 86 103 -
CMYK 0 0.23 0.08 0.56
HSL 320.77º 0.13% 0.39% -
HSV(B) 320.77º 0.23% 0.44% -
XYZ 12.46 11.08 14.31 -
YUV 95.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 112 86 103 0 0.23 0.08 0.56 320.77 0.13 0.39
Hex 70 56 67 0 17 8 38 141 D 27
Octal 160 126 147 0 27 10 70 501 15 47
Binary 1110000 1010110 1100111 0 10111 1000 111000 101000001 1101 100111

Color Harmonies of #705667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705667

Black with #705667

Text Example


Text Example

White with #705667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705667; }

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

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

background-color css

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

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

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

border-color css

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

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

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