#753C41

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

Shades of Tosca #753C41

Tints of Tosca #753C41

Color information

#753C41 (or 0x753C41) is unknown color: approx Tosca. HEX triplet: 75, 3C and 41. RGB value is (117,60,65). Sum of RGB (Red+Green+Blue) = 117+60+65=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #753C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C41 is #8AC3BE. Grayscale: #4D4D4D. Windows color (decimal): -9094079 or 4275317. OLE color: 4275317.

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

Color convert

RGB1176065-
CMYK00.490.440.54
HSL354.74º32.2%34.71%-
HSV(B)354.74º48.72%45.88%-
XYZ9.917.45.91-
YUV77.61120.88156.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 60 (23.83% from 255) = 24.79%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=48.35%
G=24.79%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117606500.490.440.54354.7432.234.71
Hex753C410312C361632023
Octal1657410106154665434043
Binary111010111110010000010110001101100110110101100011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,60,65); }

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

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

 a { background-color: rgb(117,60,65); }

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

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

 span { border-color: rgb(117,60,65); }

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