#744849

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

Shades of Tosca #744849

Tints of Tosca #744849

Color information

#744849 (or 0x744849) is unknown color: approx Tosca. HEX triplet: 74, 48 and 49. RGB value is (116,72,73). Sum of RGB (Red+Green+Blue) = 116+72+73=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #744849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744849 is #8BB7B6. Grayscale: #555555. Windows color (decimal): -9156535 or 4802676. OLE color: 4802676.

HSL color Cylindrical-coordinate representation of color #744849: hue angle of 358.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744849 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1167273-
CMYK00.380.370.55
HSL358.64º23.4%36.86%-
HSV(B)358.64º37.93%45.49%-
XYZ10.728.837.44-
YUV85.27121.08149.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=44.44%
G=27.59%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116727300.380.370.55358.6423.436.86
Hex74484902625371671725
Octal16411011104645675472745
Binary111010010010001001001010011010010111011110110011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744849; }

 p { color: rgb(116,72,73); }

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

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

 a { background-color: rgb(116,72,73); }

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

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

 span { border-color: rgb(116,72,73); }

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