#764046

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

Shades of Tosca #764046

Tints of Tosca #764046

Color information

#764046 (or 0x764046) is unknown color: approx Tosca. HEX triplet: 76, 40 and 46. RGB value is (118,64,70). Sum of RGB (Red+Green+Blue) = 118+64+70=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #764046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764046 is #89BFB9. Grayscale: #505050. Windows color (decimal): -9027514 or 4604022. OLE color: 4604022.

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

Color convert

RGB1186470-
CMYK00.460.410.54
HSL353.33º29.67%35.69%-
HSV(B)353.33º45.76%46.27%-
XYZ10.417.966.78-
YUV80.83121.89154.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=46.83%
G=25.40%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118647000.460.410.54353.3329.6735.69
Hex76404602E29361611e24
Octal16610010605651665413644
Binary111011010000001000110010111010100111011010110000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764046; }

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

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

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

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

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

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

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

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