#73484C

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

Shades of Tosca #73484C

Tints of Tosca #73484C

Color information

#73484C (or 0x73484C) is unknown color: approx Tosca. HEX triplet: 73, 48 and 4C. RGB value is (115,72,76). Sum of RGB (Red+Green+Blue) = 115+72+76=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73484C is #8CB7B3. Grayscale: #555555. Windows color (decimal): -9222068 or 4999283. OLE color: 4999283.

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

Color convert

RGB1157276-
CMYK00.370.340.55
HSL354.42º22.99%36.67%-
HSV(B)354.42º37.39%45.1%-
XYZ10.698.87.97-
YUV85.31122.75149.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=43.73%
G=27.38%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115727600.370.340.55354.4222.9936.67
Hex73484C02522371621725
Octal16311011404542675422745
Binary111001110010001001100010010110001011011110110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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