#754149

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

Shades of Tosca #754149

Tints of Tosca #754149

Color information

#754149 (or 0x754149) is unknown color: approx Tosca. HEX triplet: 75, 41 and 49. RGB value is (117,65,73). Sum of RGB (Red+Green+Blue) = 117+65+73=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754149 is #8ABEB6. Grayscale: #515151. Windows color (decimal): -9092791 or 4800885. OLE color: 4800885.

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

Color convert

RGB1176573-
CMYK00.440.380.54
HSL350.77º28.57%35.69%-
HSV(B)350.77º44.44%45.88%-
XYZ10.438.047.31-
YUV81.46123.23153.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=45.88%
G=25.49%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117657300.440.380.54350.7728.5735.69
Hex75414902C263615f1d24
Octal16510111105446665373544
Binary111010110000011001001010110010011011011010101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754149; }

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

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

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

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

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

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

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

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