Html Css Color HEX #73596D Salt Box

📋 copy color: '#73596D'

red 115 ◦ green 89 ◦ blue 109

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

Shades of Salt Box #73596D

Tints of Salt Box #73596D

RGB

 RED value IS 115 (45.31% from 255) = 36.74%

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

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

R = 36.74%
G = 28.43%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73596D (or 0x73596D) is known color: Salt Box. HEX triplet: 73, 59 and 6D. RGB value is (115,89,109). Sum of RGB (Red+Green+Blue) = 115+89+109=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #73596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73596D is #8CA692. Grayscale: #626262. Windows color (decimal): -9217683 or 7166323. OLE color: 7166323.

HSL color Cylindrical-coordinate representation of color #73596D: hue angle of 313.85º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73596D is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 89 109 -
CMYK 0 0.23 0.05 0.55
HSL 313.85º 0.13% 0.4% -
HSV(B) 313.85º 0.23% 0.45% -
XYZ 13.4 11.89 16.06 -
YUV 99.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 115 89 109 0 0.23 0.05 0.55 313.85 0.13 0.4
Hex 73 59 6D 0 17 5 37 13A D 28
Octal 163 131 155 0 27 5 67 472 15 50
Binary 1110011 1011001 1101101 0 10111 101 110111 100111010 1101 101000

Color Harmonies of #73596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73596D

Black with #73596D

Text Example


Text Example

White with #73596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,89,109); }

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

background-color css

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

 a { background-color: rgb(115,89,109); }

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

border-color css

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

 span { border-color: rgb(115,89,109); }

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