#73494F

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

Shades of Tosca #73494F

Tints of Tosca #73494F

Color information

#73494F (or 0x73494F) is unknown color: approx Tosca. HEX triplet: 73, 49 and 4F. RGB value is (115,73,79). Sum of RGB (Red+Green+Blue) = 115+73+79=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #73494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73494F is #8CB6B0. Grayscale: #565656. Windows color (decimal): -9221809 or 5196147. OLE color: 5196147.

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

Color convert

RGB1157379-
CMYK00.370.310.55
HSL351.43º22.34%36.86%-
HSV(B)351.43º36.52%45.1%-
XYZ10.868.978.56-
YUV86.24123.91148.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=43.07%
G=27.34%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115737900.370.310.55351.4322.3436.86
Hex73494F0251F3715f1625
Octal16311111704537675372645
Binary11100111001001100111101001011111111011110101111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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