#754144

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

Shades of Tosca #754144

Tints of Tosca #754144

Color information

#754144 (or 0x754144) is unknown color: approx Tosca. HEX triplet: 75, 41 and 44. RGB value is (117,65,68). Sum of RGB (Red+Green+Blue) = 117+65+68=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754144 is #8ABEBB. Grayscale: #505050. Windows color (decimal): -9092796 or 4473205. OLE color: 4473205.

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

Color convert

RGB1176568-
CMYK00.440.420.54
HSL356.54º28.57%35.69%-
HSV(B)356.54º44.44%45.88%-
XYZ10.277.986.47-
YUV80.89120.73153.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 68 (26.95% from 255) = 27.2%
R=46.8%
G=26%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117656800.440.420.54356.5428.5735.69
Hex75414402C2A361651d24
Octal16510110405452665453544
Binary111010110000011000100010110010101011011010110010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754144; }

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

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

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

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

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

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

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

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