#764144

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

Shades of Tosca #764144

Tints of Tosca #764144

Color information

#764144 (or 0x764144) is unknown color: approx Tosca. HEX triplet: 76, 41 and 44. RGB value is (118,65,68). Sum of RGB (Red+Green+Blue) = 118+65+68=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #764144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764144 is #89BEBB. Grayscale: #515151. Windows color (decimal): -9027260 or 4473206. OLE color: 4473206.

HSL color Cylindrical-coordinate representation of color #764144: hue angle of 356.6º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764144 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1186568-
CMYK00.450.420.54
HSL356.6º28.96%35.88%-
HSV(B)356.6º44.92%46.27%-
XYZ10.48.056.47-
YUV81.19120.56154.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 68 (26.95% from 255) = 27.09%
R=47.01%
G=25.90%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118656800.450.420.54356.628.9635.88
Hex76414402D2A361651d24
Octal16610110405552665453544
Binary111011010000011000100010110110101011011010110010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764144; }

 p { color: rgb(118,65,68); }

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

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

 a { background-color: rgb(118,65,68); }

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

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

 span { border-color: rgb(118,65,68); }

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