Html Css Color HEX #70516B Salt Box

📋 copy color: '#70516B'

red 112 ◦ green 81 ◦ blue 107

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

Shades of Salt Box #70516B

Tints of Salt Box #70516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 37.33%
G = 27%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70516B (or 0x70516B) is known color: Salt Box. HEX triplet: 70, 51 and 6B. RGB value is (112,81,107). Sum of RGB (Red+Green+Blue) = 112+81+107=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #70516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70516B is #8FAE94. Grayscale: #5D5D5D. Windows color (decimal): -9416341 or 7033200. OLE color: 7033200.

HSL color Cylindrical-coordinate representation of color #70516B: hue angle of 309.68º 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 #70516B is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 107 -
CMYK 0 0.28 0.04 0.56
HSL 309.68º 0.16% 0.38% -
HSV(B) 309.68º 0.28% 0.44% -
XYZ 12.28 10.39 15.27 -
YUV 93.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 112 81 107 0 0.28 0.04 0.56 309.68 0.16 0.38
Hex 70 51 6B 0 1C 4 38 136 10 26
Octal 160 121 153 0 34 4 70 466 20 46
Binary 1110000 1010001 1101011 0 11100 100 111000 100110110 10000 100110

Color Harmonies of #70516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70516B

Black with #70516B

Text Example


Text Example

White with #70516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70516B; }

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

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

background-color css

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

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

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

border-color css

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

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

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