#764142

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

Shades of Tosca #764142

Tints of Tosca #764142

Color information

#764142 (or 0x764142) is unknown color: approx Tosca. HEX triplet: 76, 41 and 42. RGB value is (118,65,66). Sum of RGB (Red+Green+Blue) = 118+65+66=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #764142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764142 is #89BEBD. Grayscale: #515151. Windows color (decimal): -9027262 or 4342134. OLE color: 4342134.

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

Color convert

RGB1186566-
CMYK00.450.440.54
HSL358.87º28.96%35.88%-
HSV(B)358.87º44.92%46.27%-
XYZ10.348.036.16-
YUV80.96119.56154.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=47.39%
G=26.10%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118656600.450.440.54358.8728.9635.88
Hex76414202D2C361671d24
Octal16610110205554665473544
Binary111011010000011000010010110110110011011010110011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764142; }

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

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

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

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

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

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

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

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