#753A42

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

Shades of Tosca #753A42

Tints of Tosca #753A42

Color information

#753A42 (or 0x753A42) is unknown color: approx Tosca. HEX triplet: 75, 3A and 42. RGB value is (117,58,66). Sum of RGB (Red+Green+Blue) = 117+58+66=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #753A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A42 is #8AC5BD. Grayscale: #4C4C4C. Windows color (decimal): -9094590 or 4340341. OLE color: 4340341.

HSL color Cylindrical-coordinate representation of color #753A42: hue angle of 351.86º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A42 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1175866-
CMYK00.500.440.54
HSL351.86º33.71%34.31%-
HSV(B)351.86º50.43%45.88%-
XYZ9.837.26.03-
YUV76.55122.05156.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=48.55%
G=24.07%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117586600.500.440.54351.8633.7134.31
Hex753A420322C361602222
Octal1657210206254665404242
Binary111010111101010000100110010101100110110101100000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A42; }

 p { color: rgb(117,58,66); }

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

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

 a { background-color: rgb(117,58,66); }

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

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

 span { border-color: rgb(117,58,66); }

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