#73454A

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

Shades of Tosca #73454A

Tints of Tosca #73454A

Color information

#73454A (or 0x73454A) is unknown color: approx Tosca. HEX triplet: 73, 45 and 4A. RGB value is (115,69,74). Sum of RGB (Red+Green+Blue) = 115+69+74=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73454A is #8CBAB5. Grayscale: #535353. Windows color (decimal): -9222838 or 4867443. OLE color: 4867443.

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

Color convert

RGB1156974-
CMYK00.40.360.55
HSL353.48º25%36.08%-
HSV(B)353.48º40%45.1%-
XYZ10.438.47.55-
YUV83.32122.74150.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 74 (29.30% from 255) = 28.68%
R=44.57%
G=26.74%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115697400.40.360.55353.482536.08
Hex73454A02824371611924
Octal16310511205044675413144
Binary111001110001011001010010100010010011011110110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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