Html Css Color HEX #73596F Salt Box

📋 copy color: '#73596F'

red 115 ◦ green 89 ◦ blue 111

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

Shades of Salt Box #73596F

Tints of Salt Box #73596F

RGB

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

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

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

R = 36.51%
G = 28.25%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73596F (or 0x73596F) is known color: Salt Box. HEX triplet: 73, 59 and 6F. RGB value is (115,89,111). Sum of RGB (Red+Green+Blue) = 115+89+111=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #73596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73596F is #8CA690. Grayscale: #636363. Windows color (decimal): -9217681 or 7297395. OLE color: 7297395.

HSL color Cylindrical-coordinate representation of color #73596F: hue angle of 309.23º 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 #73596F is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 89 111 -
CMYK 0 0.23 0.03 0.55
HSL 309.23º 0.13% 0.4% -
HSV(B) 309.23º 0.23% 0.45% -
XYZ 13.51 11.94 16.63 -
YUV 99.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 115 89 111 0 0.23 0.03 0.55 309.23 0.13 0.4
Hex 73 59 6F 0 17 3 37 135 D 28
Octal 163 131 157 0 27 3 67 465 15 50
Binary 1110011 1011001 1101111 0 10111 11 110111 100110101 1101 101000

Color Harmonies of #73596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73596F

Black with #73596F

Text Example


Text Example

White with #73596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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