Html Css Color HEX #70586A Salt Box

📋 copy color: '#70586A'

red 112 ◦ green 88 ◦ blue 106

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

Shades of Salt Box #70586A

Tints of Salt Box #70586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 36.6%
G = 28.76%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70586A (or 0x70586A) is known color: Salt Box. HEX triplet: 70, 58 and 6A. RGB value is (112,88,106). Sum of RGB (Red+Green+Blue) = 112+88+106=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #70586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70586A is #8FA795. Grayscale: #616161. Windows color (decimal): -9414550 or 6969456. OLE color: 6969456.

HSL color Cylindrical-coordinate representation of color #70586A: hue angle of 315º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70586A is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 88 106 -
CMYK 0 0.21 0.05 0.56
HSL 315º 0.12% 0.39% -
HSV(B) 315º 0.21% 0.44% -
XYZ 12.77 11.46 15.18 -
YUV 97.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 112 88 106 0 0.21 0.05 0.56 315 0.12 0.39
Hex 70 58 6A 0 15 5 38 13B C 27
Octal 160 130 152 0 25 5 70 473 14 47
Binary 1110000 1011000 1101010 0 10101 101 111000 100111011 1100 100111

Color Harmonies of #70586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70586A

Black with #70586A

Text Example


Text Example

White with #70586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70586A; }

 p { color: rgb(112,88,106); }

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

background-color css

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

 a { background-color: rgb(112,88,106); }

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

border-color css

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

 span { border-color: rgb(112,88,106); }

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