#764147

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

Shades of Tosca #764147

Tints of Tosca #764147

Color information

#764147 (or 0x764147) is unknown color: approx Tosca. HEX triplet: 76, 41 and 47. RGB value is (118,65,71). Sum of RGB (Red+Green+Blue) = 118+65+71=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764147 is #89BEB8. Grayscale: #515151. Windows color (decimal): -9027257 or 4669814. OLE color: 4669814.

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

Color convert

RGB1186571-
CMYK00.450.400.54
HSL353.21º28.96%35.88%-
HSV(B)353.21º44.92%46.27%-
XYZ10.58.096.97-
YUV81.53122.06154.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=46.46%
G=25.59%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118657100.450.400.54353.2128.9635.88
Hex76414702D28361611d24
Octal16610110705550665413544
Binary111011010000011000111010110110100011011010110000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764147; }

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

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

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

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

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

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

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

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