#753B40

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

Shades of Tosca #753B40

Tints of Tosca #753B40

Color information

#753B40 (or 0x753B40) is unknown color: approx Tosca. HEX triplet: 75, 3B and 40. RGB value is (117,59,64). Sum of RGB (Red+Green+Blue) = 117+59+64=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #753B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B40 is #8AC4BF. Grayscale: #4C4C4C. Windows color (decimal): -9094336 or 4209525. OLE color: 4209525.

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

Color convert

RGB1175964-
CMYK00.500.450.54
HSL354.83º32.95%34.51%-
HSV(B)354.83º49.57%45.88%-
XYZ9.837.285.74-
YUV76.91120.72156.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=48.75%
G=24.58%
B=26.67%

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
Decimal117596400.500.450.54354.8332.9534.51
Hex753B400322D361632123
Octal1657310006255665434143
Binary111010111101110000000110010101101110110101100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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