#754049

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

Shades of Tosca #754049

Tints of Tosca #754049

Color information

#754049 (or 0x754049) is unknown color: approx Tosca. HEX triplet: 75, 40 and 49. RGB value is (117,64,73). Sum of RGB (Red+Green+Blue) = 117+64+73=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754049 is #8ABFB6. Grayscale: #505050. Windows color (decimal): -9093047 or 4800629. OLE color: 4800629.

HSL color Cylindrical-coordinate representation of color #754049: hue angle of 349.81º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754049 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1176473-
CMYK00.450.380.54
HSL349.81º29.28%35.49%-
HSV(B)349.81º45.3%45.88%-
XYZ10.377.937.29-
YUV80.87123.56153.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=46.06%
G=25.20%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117647300.450.380.54349.8129.2835.49
Hex75404902D263615e1d23
Octal16510011105546665363543
Binary111010110000001001001010110110011011011010101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754049; }

 p { color: rgb(117,64,73); }

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

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

 a { background-color: rgb(117,64,73); }

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

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

 span { border-color: rgb(117,64,73); }

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