#73506A

Color #73506A Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #73506A

Tints of Salt Box #73506A

Color information

#73506A (or 0x73506A) is unknown color: approx Salt Box. HEX triplet: 73, 50 and 6A. RGB value is (115,80,106). Sum of RGB (Red+Green+Blue) = 115+80+106=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #73506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73506A is #8CAF95. Grayscale: #5D5D5D. Windows color (decimal): -9219990 or 6967411. OLE color: 6967411.

HSL color Cylindrical-coordinate representation of color #73506A: hue angle of 315.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73506A is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11580106-
CMYK00.300.080.55
HSL315.43º17.95%38.24%-
HSV(B)315.43º30.43%45.1%-
XYZ12.5410.4214.99-
YUV93.43135.1143.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=38.21%
G=26.58%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158010600.300.080.55315.4317.9538.24
Hex73506A01E83713b1226
Octal16312015203610674732246
Binary111001110100001101010011110100011011110011101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73506A; }

 p { color: rgb(115,80,106); }

 H1.HeaderClassName
 {
   color: #73506A;
 }
 .AnyTagClassName
 {
   color: #73506A;
 }
</style>
background-color css

<style>
 a { background-color: #73506A; }

 a { background-color: rgb(115,80,106); }

 div.DivClassName
 {
   background-color: #73506A;
 }
 .BgClassName
 {
   background-color: #73506A;
 }
</style>
border-color css

<style>
 span { border-color: #73506A; }

 span { border-color: rgb(115,80,106); }

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