#761C40

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

Shades of Pompadour #761C40

Tints of Pompadour #761C40

Color information

#761C40 (or 0x761C40) is unknown color: approx Pompadour. HEX triplet: 76, 1C and 40. RGB value is (118,28,64). Sum of RGB (Red+Green+Blue) = 118+28+64=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #761C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C40 is #89E3BF. Grayscale: #3A3A3A. Windows color (decimal): -9036736 or 4201590. OLE color: 4201590.

HSL color Cylindrical-coordinate representation of color #761C40: hue angle of 336º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C40 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1182864-
CMYK00.760.460.54
HSL336º61.64%28.63%-
HSV(B)336º76.27%46.27%-
XYZ8.815.055.36-
YUV59.01130.82170.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=56.19%
G=13.33%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118286400.760.460.5433661.6428.63
Hex761C4004C2E361503e1d
Octal16634100011456665207635
Binary11101101110010000000100110010111011011010101000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761C40; }

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

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

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

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

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

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

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

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