Html Css Color HEX #705168 Salt Box

📋 copy color: '#705168'

red 112 ◦ green 81 ◦ blue 104

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

Shades of Salt Box #705168

Tints of Salt Box #705168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

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

R = 37.71%
G = 27.27%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#705168 (or 0x705168) is known color: Salt Box. HEX triplet: 70, 51 and 68. RGB value is (112,81,104). Sum of RGB (Red+Green+Blue) = 112+81+104=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705168 is #8FAE97. Grayscale: #5C5C5C. Windows color (decimal): -9416344 or 6836592. OLE color: 6836592.

HSL color Cylindrical-coordinate representation of color #705168: hue angle of 315.48º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705168 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 104 -
CMYK 0 0.28 0.07 0.56
HSL 315.48º 0.16% 0.38% -
HSV(B) 315.48º 0.28% 0.44% -
XYZ 12.12 10.33 14.45 -
YUV 92.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 112 81 104 0 0.28 0.07 0.56 315.48 0.16 0.38
Hex 70 51 68 0 1C 7 38 13B 10 26
Octal 160 121 150 0 34 7 70 473 20 46
Binary 1110000 1010001 1101000 0 11100 111 111000 100111011 10000 100110

Color Harmonies of #705168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705168

Black with #705168

Text Example


Text Example

White with #705168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705168; }

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

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

background-color css

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

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

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

border-color css

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

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

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