#754749

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

Shades of Tosca #754749

Tints of Tosca #754749

Color information

#754749 (or 0x754749) is unknown color: approx Tosca. HEX triplet: 75, 47 and 49. RGB value is (117,71,73). Sum of RGB (Red+Green+Blue) = 117+71+73=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #754749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754749 is #8AB8B6. Grayscale: #555555. Windows color (decimal): -9091255 or 4802421. OLE color: 4802421.

HSL color Cylindrical-coordinate representation of color #754749: hue angle of 357.39º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754749 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1177173-
CMYK00.390.380.54
HSL357.39º24.47%36.86%-
HSV(B)357.39º39.32%45.88%-
XYZ10.798.777.43-
YUV84.98121.24150.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=44.83%
G=27.20%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117717300.390.380.54357.3924.4736.86
Hex75474902726361651825
Octal16510711104746665453045
Binary111010110001111001001010011110011011011010110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754749; }

 p { color: rgb(117,71,73); }

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

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

 a { background-color: rgb(117,71,73); }

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

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

 span { border-color: rgb(117,71,73); }

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