#764047

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

Shades of Tosca #764047

Tints of Tosca #764047

Color information

#764047 (or 0x764047) is unknown color: approx Tosca. HEX triplet: 76, 40 and 47. RGB value is (118,64,71). Sum of RGB (Red+Green+Blue) = 118+64+71=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764047 is #89BFB8. Grayscale: #505050. Windows color (decimal): -9027513 or 4669558. OLE color: 4669558.

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

Color convert

RGB1186471-
CMYK00.460.400.54
HSL352.22º29.67%35.69%-
HSV(B)352.22º45.76%46.27%-
XYZ10.447.976.95-
YUV80.94122.39154.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 71 (28.12% from 255) = 28.06%
R=46.64%
G=25.30%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118647100.460.400.54352.2229.6735.69
Hex76404702E28361601e24
Octal16610010705650665403644
Binary111011010000001000111010111010100011011010110000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764047; }

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

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

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

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

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

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

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

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