#73494E

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

Shades of Tosca #73494E

Tints of Tosca #73494E

Color information

#73494E (or 0x73494E) is unknown color: approx Tosca. HEX triplet: 73, 49 and 4E. RGB value is (115,73,78). Sum of RGB (Red+Green+Blue) = 115+73+78=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #73494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73494E is #8CB6B1. Grayscale: #565656. Windows color (decimal): -9221810 or 5130611. OLE color: 5130611.

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

Color convert

RGB1157378-
CMYK00.370.320.55
HSL352.86º22.34%36.86%-
HSV(B)352.86º36.52%45.1%-
XYZ10.838.968.37-
YUV86.13123.41148.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=43.23%
G=27.44%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115737800.370.320.55352.8622.3436.86
Hex73494E02520371611625
Octal16311111604540675412645
Binary111001110010011001110010010110000011011110110000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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