#73464A

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

Shades of Tosca #73464A

Tints of Tosca #73464A

Color information

#73464A (or 0x73464A) is unknown color: approx Tosca. HEX triplet: 73, 46 and 4A. RGB value is (115,70,74). Sum of RGB (Red+Green+Blue) = 115+70+74=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73464A is #8CB9B5. Grayscale: #535353. Windows color (decimal): -9222582 or 4867699. OLE color: 4867699.

HSL color Cylindrical-coordinate representation of color #73464A: hue angle of 354.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73464A is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1157074-
CMYK00.390.360.55
HSL354.67º24.32%36.27%-
HSV(B)354.67º39.13%45.1%-
XYZ10.58.527.57-
YUV83.91122.41150.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=44.40%
G=27.03%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115707400.390.360.55354.6724.3236.27
Hex73464A02724371631824
Octal16310611204744675433044
Binary111001110001101001010010011110010011011110110001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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