Html Css Color HEX #73576D Salt Box

📋 copy color: '#73576D'

red 115 ◦ green 87 ◦ blue 109

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

Shades of Salt Box #73576D

Tints of Salt Box #73576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

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

R = 36.98%
G = 27.97%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73576D (or 0x73576D) is known color: Salt Box. HEX triplet: 73, 57 and 6D. RGB value is (115,87,109). Sum of RGB (Red+Green+Blue) = 115+87+109=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #73576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73576D is #8CA892. Grayscale: #616161. Windows color (decimal): -9218195 or 7165811. OLE color: 7165811.

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

Color convert

RGB 115 87 109 -
CMYK 0 0.24 0.05 0.55
HSL 312.86º 0.14% 0.4% -
HSV(B) 312.86º 0.24% 0.45% -
XYZ 13.24 11.57 16 -
YUV 97.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 115 87 109 0 0.24 0.05 0.55 312.86 0.14 0.4
Hex 73 57 6D 0 18 5 37 139 E 28
Octal 163 127 155 0 30 5 67 471 16 50
Binary 1110011 1010111 1101101 0 11000 101 110111 100111001 1110 101000

Color Harmonies of #73576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73576D

Black with #73576D

Text Example


Text Example

White with #73576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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