#753F48

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

Shades of Tosca #753F48

Tints of Tosca #753F48

Color information

#753F48 (or 0x753F48) is unknown color: approx Tosca. HEX triplet: 75, 3F and 48. RGB value is (117,63,72). Sum of RGB (Red+Green+Blue) = 117+63+72=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #753F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F48 is #8AC0B7. Grayscale: #505050. Windows color (decimal): -9093304 or 4734837. OLE color: 4734837.

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

Color convert

RGB1176372-
CMYK00.460.380.54
HSL350º30%35.29%-
HSV(B)350º46.15%45.88%-
XYZ10.287.87.1-
YUV80.17123.39154.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=46.43%
G=25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117637200.460.380.543503035.29
Hex753F4802E263615e1e23
Octal1657711005646665363643
Binary11101011111111001000010111010011011011010101111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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