Html Css Color HEX #705568 Salt Box

📋 copy color: '#705568'

red 112 ◦ green 85 ◦ blue 104

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

Shades of Salt Box #705568

Tints of Salt Box #705568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 37.21%
G = 28.24%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#705568 (or 0x705568) is known color: Salt Box. HEX triplet: 70, 55 and 68. RGB value is (112,85,104). Sum of RGB (Red+Green+Blue) = 112+85+104=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705568 is #8FAA97. Grayscale: #5F5F5F. Windows color (decimal): -9415320 or 6837616. OLE color: 6837616.

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

Color convert

RGB 112 85 104 -
CMYK 0 0.24 0.07 0.56
HSL 317.78º 0.14% 0.39% -
HSV(B) 317.78º 0.24% 0.44% -
XYZ 12.43 10.94 14.55 -
YUV 95.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 112 85 104 0 0.24 0.07 0.56 317.78 0.14 0.39
Hex 70 55 68 0 18 7 38 13E E 27
Octal 160 125 150 0 30 7 70 476 16 47
Binary 1110000 1010101 1101000 0 11000 111 111000 100111110 1110 100111

Color Harmonies of #705568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705568

Black with #705568

Text Example


Text Example

White with #705568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705568; }

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

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

background-color css

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

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

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

border-color css

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

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

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