Html Css Color HEX #70596C Salt Box

📋 copy color: '#70596C'

red 112 ◦ green 89 ◦ blue 108

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

Shades of Salt Box #70596C

Tints of Salt Box #70596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.8%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 36.25%
G = 28.8%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70596C (or 0x70596C) is known color: Salt Box. HEX triplet: 70, 59 and 6C. RGB value is (112,89,108). Sum of RGB (Red+Green+Blue) = 112+89+108=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70596C is #8FA693. Grayscale: #616161. Windows color (decimal): -9414292 or 7100784. OLE color: 7100784.

HSL color Cylindrical-coordinate representation of color #70596C: hue angle of 310.43º degrees, saturation: 0.11, 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 #70596C is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 108 -
CMYK 0 0.21 0.04 0.56
HSL 310.43º 0.11% 0.39% -
HSV(B) 310.43º 0.21% 0.44% -
XYZ 12.96 11.67 15.76 -
YUV 98.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 112 89 108 0 0.21 0.04 0.56 310.43 0.11 0.39
Hex 70 59 6C 0 15 4 38 136 B 27
Octal 160 131 154 0 25 4 70 466 13 47
Binary 1110000 1011001 1101100 0 10101 100 111000 100110110 1011 100111

Color Harmonies of #70596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70596C

Black with #70596C

Text Example


Text Example

White with #70596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70596C; }

 p { color: rgb(112,89,108); }

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

background-color css

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

 a { background-color: rgb(112,89,108); }

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

border-color css

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

 span { border-color: rgb(112,89,108); }

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