#754044

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

Shades of Tosca #754044

Tints of Tosca #754044

Color information

#754044 (or 0x754044) is unknown color: approx Tosca. HEX triplet: 75, 40 and 44. RGB value is (117,64,68). Sum of RGB (Red+Green+Blue) = 117+64+68=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #754044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754044 is #8ABFBB. Grayscale: #505050. Windows color (decimal): -9093052 or 4472949. OLE color: 4472949.

HSL color Cylindrical-coordinate representation of color #754044: hue angle of 355.47º 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 #754044 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1176468-
CMYK00.450.420.54
HSL355.47º29.28%35.49%-
HSV(B)355.47º45.3%45.88%-
XYZ10.217.876.45-
YUV80.3121.06154.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=46.99%
G=25.70%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117646800.450.420.54355.4729.2835.49
Hex75404402D2A361631d23
Octal16510010405552665433543
Binary111010110000001000100010110110101011011010110001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754044; }

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

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

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

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

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

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

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

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