#744547

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

Shades of Tosca #744547

Tints of Tosca #744547

Color information

#744547 (or 0x744547) is unknown color: approx Tosca. HEX triplet: 74, 45 and 47. RGB value is (116,69,71). Sum of RGB (Red+Green+Blue) = 116+69+71=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #744547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744547 is #8BBAB8. Grayscale: #535353. Windows color (decimal): -9157305 or 4670836. OLE color: 4670836.

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

Color convert

RGB1166971-
CMYK00.410.390.55
HSL357.45º25.41%36.27%-
HSV(B)357.45º40.52%45.49%-
XYZ10.478.427.04-
YUV83.28121.07151.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=45.31%
G=26.95%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116697100.410.390.55357.4525.4136.27
Hex74454702927371651924
Octal16410510705147675453144
Binary111010010001011000111010100110011111011110110010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744547; }

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

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

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

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

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

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

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

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