#764042

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

Shades of Tosca #764042

Tints of Tosca #764042

Color information

#764042 (or 0x764042) is unknown color: approx Tosca. HEX triplet: 76, 40 and 42. RGB value is (118,64,66). Sum of RGB (Red+Green+Blue) = 118+64+66=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #764042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764042 is #89BFBD. Grayscale: #505050. Windows color (decimal): -9027518 or 4341878. OLE color: 4341878.

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

Color convert

RGB1186466-
CMYK00.460.440.54
HSL357.78º29.67%35.69%-
HSV(B)357.78º45.76%46.27%-
XYZ10.297.916.14-
YUV80.37119.89154.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=47.58%
G=25.81%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118646600.460.440.54357.7829.6735.69
Hex76404202E2C361661e24
Octal16610010205654665463644
Binary111011010000001000010010111010110011011010110011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764042; }

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

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

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

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

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

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

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

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