#753A40

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

Shades of Tosca #753A40

Tints of Tosca #753A40

Color information

#753A40 (or 0x753A40) is unknown color: approx Tosca. HEX triplet: 75, 3A and 40. RGB value is (117,58,64). Sum of RGB (Red+Green+Blue) = 117+58+64=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A40 is #8AC5BF. Grayscale: #4C4C4C. Windows color (decimal): -9094592 or 4209269. OLE color: 4209269.

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

Color convert

RGB1175864-
CMYK00.500.450.54
HSL353.9º33.71%34.31%-
HSV(B)353.9º50.43%45.88%-
XYZ9.777.185.72-
YUV76.32121.05157.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=48.95%
G=24.27%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117586400.500.450.54353.933.7134.31
Hex753A400322D361622222
Octal1657210006255665424242
Binary111010111101010000000110010101101110110101100010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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