Html Css Color HEX #70506F Salt Box

📋 copy color: '#70506F'

red 112 ◦ green 80 ◦ blue 111

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

Shades of Salt Box #70506F

Tints of Salt Box #70506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.63%

R = 36.96%
G = 26.4%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70506F (or 0x70506F) is known color: Salt Box. HEX triplet: 70, 50 and 6F. RGB value is (112,80,111). Sum of RGB (Red+Green+Blue) = 112+80+111=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70506F is #8FAF90. Grayscale: #5D5D5D. Windows color (decimal): -9416593 or 7295088. OLE color: 7295088.

HSL color Cylindrical-coordinate representation of color #70506F: hue angle of 301.88º 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 #70506F is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 111 -
CMYK 0 0.29 0.01 0.56
HSL 301.88º 0.17% 0.38% -
HSV(B) 301.88º 0.29% 0.44% -
XYZ 12.42 10.33 16.38 -
YUV 93.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 112 80 111 0 0.29 0.01 0.56 301.88 0.17 0.38
Hex 70 50 6F 0 1D 1 38 12E 11 26
Octal 160 120 157 0 35 1 70 456 21 46
Binary 1110000 1010000 1101111 0 11101 1 111000 100101110 10001 100110

Color Harmonies of #70506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70506F

Black with #70506F

Text Example


Text Example

White with #70506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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