Html Css Color HEX #70506D Salt Box

📋 copy color: '#70506D'

red 112 ◦ green 80 ◦ blue 109

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

Shades of Salt Box #70506D

Tints of Salt Box #70506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 37.21%
G = 26.58%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70506D (or 0x70506D) is known color: Salt Box. HEX triplet: 70, 50 and 6D. RGB value is (112,80,109). Sum of RGB (Red+Green+Blue) = 112+80+109=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #70506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70506D is #8FAF92. Grayscale: #5C5C5C. Windows color (decimal): -9416595 or 7164016. OLE color: 7164016.

HSL color Cylindrical-coordinate representation of color #70506D: hue angle of 305.62º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70506D is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 109 -
CMYK 0 0.29 0.03 0.56
HSL 305.63º 0.17% 0.38% -
HSV(B) 305.63º 0.29% 0.44% -
XYZ 12.31 10.29 15.8 -
YUV 92.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 112 80 109 0 0.29 0.03 0.56 305.63 0.17 0.38
Hex 70 50 6D 0 1D 3 38 132 11 26
Octal 160 120 155 0 35 3 70 462 21 46
Binary 1110000 1010000 1101101 0 11101 11 111000 100110010 10001 100110

Color Harmonies of #70506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70506D

Black with #70506D

Text Example


Text Example

White with #70506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70506D; }

 p { color: rgb(112,80,109); }

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

background-color css

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

 a { background-color: rgb(112,80,109); }

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

border-color css

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

 span { border-color: rgb(112,80,109); }

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