#764149

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

Shades of Tosca #764149

Tints of Tosca #764149

Color information

#764149 (or 0x764149) is unknown color: approx Tosca. HEX triplet: 76, 41 and 49. RGB value is (118,65,73). Sum of RGB (Red+Green+Blue) = 118+65+73=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764149 is #89BEB6. Grayscale: #515151. Windows color (decimal): -9027255 or 4800886. OLE color: 4800886.

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

Color convert

RGB1186573-
CMYK00.450.380.54
HSL350.94º28.96%35.88%-
HSV(B)350.94º44.92%46.27%-
XYZ10.568.117.31-
YUV81.76123.06153.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=46.09%
G=25.39%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118657300.450.380.54350.9428.9635.88
Hex76414902D263615f1d24
Octal16610111105546665373544
Binary111011010000011001001010110110011011011010101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764149; }

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

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

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

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

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

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

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

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