#73494A

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

Shades of Tosca #73494A

Tints of Tosca #73494A

Color information

#73494A (or 0x73494A) is unknown color: approx Tosca. HEX triplet: 73, 49 and 4A. RGB value is (115,73,74). Sum of RGB (Red+Green+Blue) = 115+73+74=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73494A is #8CB6B5. Grayscale: #555555. Windows color (decimal): -9221814 or 4868467. OLE color: 4868467.

HSL color Cylindrical-coordinate representation of color #73494A: hue angle of 358.57º 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 #73494A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1157374-
CMYK00.370.360.55
HSL358.57º22.34%36.86%-
HSV(B)358.57º36.52%45.1%-
XYZ10.698.97.63-
YUV85.67121.41148.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=43.89%
G=27.86%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115737400.370.360.55358.5722.3436.86
Hex73494A02524371671625
Octal16311111204544675472645
Binary111001110010011001010010010110010011011110110011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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