#73494B

Color #73494B Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #73494B

Tints of Tosca #73494B

Color information

#73494B (or 0x73494B) is unknown color: approx Tosca. HEX triplet: 73, 49 and 4B. RGB value is (115,73,75). Sum of RGB (Red+Green+Blue) = 115+73+75=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73494B is #8CB6B4. Grayscale: #555555. Windows color (decimal): -9221813 or 4934003. OLE color: 4934003.

HSL color Cylindrical-coordinate representation of color #73494B: hue angle of 357.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73494B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1157375-
CMYK00.370.350.55
HSL357.14º22.34%36.86%-
HSV(B)357.14º36.52%45.1%-
XYZ10.728.927.81-
YUV85.79121.91148.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=43.73%
G=27.76%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115737500.370.350.55357.1422.3436.86
Hex73494B02523371651625
Octal16311111304543675452645
Binary111001110010011001011010010110001111011110110010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,73,75); }

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

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

 a { background-color: rgb(115,73,75); }

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

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

 span { border-color: rgb(115,73,75); }

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