Html Css Color HEX #73576F Salt Box

📋 copy color: '#73576F'

red 115 ◦ green 87 ◦ blue 111

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

Shades of Salt Box #73576F

Tints of Salt Box #73576F

RGB

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

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

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

R = 36.74%
G = 27.8%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73576F (or 0x73576F) is known color: Salt Box. HEX triplet: 73, 57 and 6F. RGB value is (115,87,111). Sum of RGB (Red+Green+Blue) = 115+87+111=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #73576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73576F is #8CA890. Grayscale: #626262. Windows color (decimal): -9218193 or 7296883. OLE color: 7296883.

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

Color convert

RGB 115 87 111 -
CMYK 0 0.24 0.03 0.55
HSL 308.57º 0.14% 0.4% -
HSV(B) 308.57º 0.24% 0.45% -
XYZ 13.35 11.61 16.58 -
YUV 98.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 115 87 111 0 0.24 0.03 0.55 308.57 0.14 0.4
Hex 73 57 6F 0 18 3 37 135 E 28
Octal 163 127 157 0 30 3 67 465 16 50
Binary 1110011 1010111 1101111 0 11000 11 110111 100110101 1110 101000

Color Harmonies of #73576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73576F

Black with #73576F

Text Example


Text Example

White with #73576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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