Html Css Color HEX #705567 Salt Box

📋 copy color: '#705567'

red 112 ◦ green 85 ◦ blue 103

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

Shades of Salt Box #705567

Tints of Salt Box #705567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

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

R = 37.33%
G = 28.33%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#705567 (or 0x705567) is known color: Salt Box. HEX triplet: 70, 55 and 67. RGB value is (112,85,103). Sum of RGB (Red+Green+Blue) = 112+85+103=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705567 is #8FAA98. Grayscale: #5F5F5F. Windows color (decimal): -9415321 or 6772080. OLE color: 6772080.

HSL color Cylindrical-coordinate representation of color #705567: hue angle of 320º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705567 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 103 -
CMYK 0 0.24 0.08 0.56
HSL 320º 0.14% 0.39% -
HSV(B) 320º 0.24% 0.44% -
XYZ 12.38 10.92 14.29 -
YUV 95.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 112 85 103 0 0.24 0.08 0.56 320 0.14 0.39
Hex 70 55 67 0 18 8 38 140 E 27
Octal 160 125 147 0 30 10 70 500 16 47
Binary 1110000 1010101 1100111 0 11000 1000 111000 101000000 1110 100111

Color Harmonies of #705567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705567

Black with #705567

Text Example


Text Example

White with #705567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705567; }

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

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

background-color css

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

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

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

border-color css

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

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

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