#744448

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

Shades of Tosca #744448

Tints of Tosca #744448

Color information

#744448 (or 0x744448) is unknown color: approx Tosca. HEX triplet: 74, 44 and 48. RGB value is (116,68,72). Sum of RGB (Red+Green+Blue) = 116+68+72=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #744448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744448 is #8BBBB7. Grayscale: #525252. Windows color (decimal): -9157560 or 4736116. OLE color: 4736116.

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

Color convert

RGB1166872-
CMYK00.410.380.55
HSL355º26.09%36.08%-
HSV(B)355º41.38%45.49%-
XYZ10.448.327.19-
YUV82.81121.9151.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=45.31%
G=26.56%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116687200.410.380.5535526.0936.08
Hex74444802926371631a24
Octal16410411005146675433244
Binary111010010001001001000010100110011011011110110001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744448; }

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

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

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

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

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

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

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

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