#753C44

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

Shades of Tosca #753C44

Tints of Tosca #753C44

Color information

#753C44 (or 0x753C44) is unknown color: approx Tosca. HEX triplet: 75, 3C and 44. RGB value is (117,60,68). Sum of RGB (Red+Green+Blue) = 117+60+68=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #753C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C44 is #8AC3BB. Grayscale: #4D4D4D. Windows color (decimal): -9094076 or 4471925. OLE color: 4471925.

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

Color convert

RGB1176068-
CMYK00.490.420.54
HSL351.58º32.2%34.71%-
HSV(B)351.58º48.72%45.88%-
XYZ107.436.38-
YUV77.96122.38155.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=47.76%
G=24.49%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117606800.490.420.54351.5832.234.71
Hex753C440312A361602023
Octal1657410406152665404043
Binary111010111110010001000110001101010110110101100000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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