#744748

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

Shades of Tosca #744748

Tints of Tosca #744748

Color information

#744748 (or 0x744748) is unknown color: approx Tosca. HEX triplet: 74, 47 and 48. RGB value is (116,71,72). Sum of RGB (Red+Green+Blue) = 116+71+72=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #744748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744748 is #8BB8B7. Grayscale: #545454. Windows color (decimal): -9156792 or 4736884. OLE color: 4736884.

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

Color convert

RGB1167172-
CMYK00.390.380.55
HSL358.67º24.06%36.67%-
HSV(B)358.67º38.79%45.49%-
XYZ10.638.697.25-
YUV84.57120.91150.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=44.79%
G=27.41%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116717200.390.380.55358.6724.0636.67
Hex74474802726371671825
Octal16410711004746675473045
Binary111010010001111001000010011110011011011110110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744748; }

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

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

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

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

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

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

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

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