#744445

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

Shades of Tosca #744445

Tints of Tosca #744445

Color information

#744445 (or 0x744445) is unknown color: approx Tosca. HEX triplet: 74, 44 and 45. RGB value is (116,68,69). Sum of RGB (Red+Green+Blue) = 116+68+69=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #744445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744445 is #8BBBBA. Grayscale: #525252. Windows color (decimal): -9157563 or 4539508. OLE color: 4539508.

HSL color Cylindrical-coordinate representation of color #744445: hue angle of 358.75º degrees, saturation: 0.26, 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 #744445 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1166869-
CMYK00.410.410.55
HSL358.75º26.09%36.08%-
HSV(B)358.75º41.38%45.49%-
XYZ10.348.286.68-
YUV82.47120.4151.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=45.85%
G=26.88%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116686900.410.410.55358.7526.0936.08
Hex74444502929371671a24
Octal16410410505151675473244
Binary111010010001001000101010100110100111011110110011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744445; }

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

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

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

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

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

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

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

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