#753A44

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

Shades of Tosca #753A44

Tints of Tosca #753A44

Color information

#753A44 (or 0x753A44) is unknown color: approx Tosca. HEX triplet: 75, 3A and 44. RGB value is (117,58,68). Sum of RGB (Red+Green+Blue) = 117+58+68=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #753A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A44 is #8AC5BB. Grayscale: #4C4C4C. Windows color (decimal): -9094588 or 4471413. OLE color: 4471413.

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

Color convert

RGB1175868-
CMYK00.500.420.54
HSL349.83º33.71%34.31%-
HSV(B)349.83º50.43%45.88%-
XYZ9.897.236.34-
YUV76.78123.05156.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 68 (26.95% from 255) = 27.98%
R=48.15%
G=23.87%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117586800.500.420.54349.8333.7134.31
Hex753A440322A3615e2222
Octal1657210406252665364242
Binary111010111101010001000110010101010110110101011110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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