#73484F

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

Shades of Tosca #73484F

Tints of Tosca #73484F

Color information

#73484F (or 0x73484F) is unknown color: approx Tosca. HEX triplet: 73, 48 and 4F. RGB value is (115,72,79). Sum of RGB (Red+Green+Blue) = 115+72+79=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #73484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73484F is #8CB7B0. Grayscale: #555555. Windows color (decimal): -9222065 or 5195891. OLE color: 5195891.

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

Color convert

RGB1157279-
CMYK00.370.310.55
HSL350.23º22.99%36.67%-
HSV(B)350.23º37.39%45.1%-
XYZ10.88.848.54-
YUV85.66124.25148.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=43.23%
G=27.07%
B=29.70%

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
Decimal115727900.370.310.55350.2322.9936.67
Hex73484F0251F3715e1725
Octal16311011704537675362745
Binary11100111001000100111101001011111111011110101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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