#753B44

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

Shades of Tosca #753B44

Tints of Tosca #753B44

Color information

#753B44 (or 0x753B44) is unknown color: approx Tosca. HEX triplet: 75, 3B and 44. RGB value is (117,59,68). Sum of RGB (Red+Green+Blue) = 117+59+68=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #753B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B44 is #8AC4BB. Grayscale: #4D4D4D. Windows color (decimal): -9094332 or 4471669. OLE color: 4471669.

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

Color convert

RGB1175968-
CMYK00.500.420.54
HSL350.69º32.95%34.51%-
HSV(B)350.69º49.57%45.88%-
XYZ9.947.336.36-
YUV77.37122.72156.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 68 (26.95% from 255) = 27.87%
R=47.95%
G=24.18%
B=27.87%

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
Decimal117596800.500.420.54350.6932.9534.51
Hex753B440322A3615f2123
Octal1657310406252665374143
Binary111010111101110001000110010101010110110101011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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