#754547

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

Shades of Tosca #754547

Tints of Tosca #754547

Color information

#754547 (or 0x754547) is unknown color: approx Tosca. HEX triplet: 75, 45 and 47. RGB value is (117,69,71). Sum of RGB (Red+Green+Blue) = 117+69+71=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #754547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754547 is #8ABAB8. Grayscale: #535353. Windows color (decimal): -9091769 or 4670837. OLE color: 4670837.

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

Color convert

RGB1176971-
CMYK00.410.390.54
HSL357.5º25.81%36.47%-
HSV(B)357.5º41.03%45.88%-
XYZ10.68.497.04-
YUV83.58120.9151.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=45.53%
G=26.85%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117697100.410.390.54357.525.8136.47
Hex75454702927361661a24
Octal16510510705147665463244
Binary111010110001011000111010100110011111011010110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754547; }

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

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

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

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

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

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

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

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