#753F45

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

Shades of Tosca #753F45

Tints of Tosca #753F45

Color information

#753F45 (or 0x753F45) is unknown color: approx Tosca. HEX triplet: 75, 3F and 45. RGB value is (117,63,69). Sum of RGB (Red+Green+Blue) = 117+63+69=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #753F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F45 is #8AC0BA. Grayscale: #4F4F4F. Windows color (decimal): -9093307 or 4538229. OLE color: 4538229.

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

Color convert

RGB1176369-
CMYK00.460.410.54
HSL353.33º30%35.29%-
HSV(B)353.33º46.15%45.88%-
XYZ10.197.776.59-
YUV79.83121.89154.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=46.99%
G=25.30%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117636900.460.410.54353.333035.29
Hex753F4502E29361611e23
Octal1657710505651665413643
Binary11101011111111000101010111010100111011010110000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,69); }

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

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

 a { background-color: rgb(117,63,69); }

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

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

 span { border-color: rgb(117,63,69); }

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