#764041

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

Shades of Tosca #764041

Tints of Tosca #764041

Color information

#764041 (or 0x764041) is unknown color: approx Tosca. HEX triplet: 76, 40 and 41. RGB value is (118,64,65). Sum of RGB (Red+Green+Blue) = 118+64+65=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #764041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764041 is #89BFBE. Grayscale: #505050. Windows color (decimal): -9027519 or 4276342. OLE color: 4276342.

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

Color convert

RGB1186465-
CMYK00.460.450.54
HSL358.89º29.67%35.69%-
HSV(B)358.89º45.76%46.27%-
XYZ10.267.95.99-
YUV80.26119.39154.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=47.77%
G=25.91%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118646500.460.450.54358.8929.6735.69
Hex76404102E2D361671e24
Octal16610010105655665473644
Binary111011010000001000001010111010110111011010110011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764041; }

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

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

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

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

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

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

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

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