Html Css Color HEX #73576B Salt Box

📋 copy color: '#73576B'

red 115 ◦ green 87 ◦ blue 107

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

Shades of Salt Box #73576B

Tints of Salt Box #73576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 37.22%
G = 28.16%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73576B (or 0x73576B) is known color: Salt Box. HEX triplet: 73, 57 and 6B. RGB value is (115,87,107). Sum of RGB (Red+Green+Blue) = 115+87+107=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #73576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73576B is #8CA894. Grayscale: #616161. Windows color (decimal): -9218197 or 7034739. OLE color: 7034739.

HSL color Cylindrical-coordinate representation of color #73576B: hue angle of 317.14º 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 #73576B is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 87 107 -
CMYK 0 0.24 0.07 0.55
HSL 317.14º 0.14% 0.4% -
HSV(B) 317.14º 0.24% 0.45% -
XYZ 13.13 11.52 15.44 -
YUV 97.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 115 87 107 0 0.24 0.07 0.55 317.14 0.14 0.4
Hex 73 57 6B 0 18 7 37 13D E 28
Octal 163 127 153 0 30 7 67 475 16 50
Binary 1110011 1010111 1101011 0 11000 111 110111 100111101 1110 101000

Color Harmonies of #73576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73576B

Black with #73576B

Text Example


Text Example

White with #73576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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