#73484E

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

Shades of Tosca #73484E

Tints of Tosca #73484E

Color information

#73484E (or 0x73484E) is unknown color: approx Tosca. HEX triplet: 73, 48 and 4E. RGB value is (115,72,78). Sum of RGB (Red+Green+Blue) = 115+72+78=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #73484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73484E is #8CB7B1. Grayscale: #555555. Windows color (decimal): -9222066 or 5130355. OLE color: 5130355.

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

Color convert

RGB1157278-
CMYK00.370.320.55
HSL351.63º22.99%36.67%-
HSV(B)351.63º37.39%45.1%-
XYZ10.768.838.34-
YUV85.54123.75149.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=43.40%
G=27.17%
B=29.43%

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
Decimal115727800.370.320.55351.6322.9936.67
Hex73484E02520371601725
Octal16311011604540675402745
Binary111001110010001001110010010110000011011110110000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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