#753E41

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

Shades of Tosca #753E41

Tints of Tosca #753E41

Color information

#753E41 (or 0x753E41) is unknown color: approx Tosca. HEX triplet: 75, 3E and 41. RGB value is (117,62,65). Sum of RGB (Red+Green+Blue) = 117+62+65=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #753E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E41 is #8AC1BE. Grayscale: #4E4E4E. Windows color (decimal): -9093567 or 4275829. OLE color: 4275829.

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

Color convert

RGB1176265-
CMYK00.470.440.54
HSL356.73º30.73%35.1%-
HSV(B)356.73º47.01%45.88%-
XYZ10.017.615.94-
YUV78.79120.22155.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=47.95%
G=25.41%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117626500.470.440.54356.7330.7335.1
Hex753E4102F2C361651f23
Octal1657610105754665453743
Binary11101011111101000001010111110110011011010110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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