#761C52

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

Shades of Pompadour #761C52

Tints of Pompadour #761C52

Color information

#761C52 (or 0x761C52) is unknown color: approx Pompadour. HEX triplet: 76, 1C and 52. RGB value is (118,28,82). Sum of RGB (Red+Green+Blue) = 118+28+82=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #761C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761C52 is #89E3AD. Grayscale: #3C3C3C. Windows color (decimal): -9036718 or 5381238. OLE color: 5381238.

HSL color Cylindrical-coordinate representation of color #761C52: hue angle of 324º 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 #761C52 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1182882-
CMYK00.760.310.54
HSL324º61.64%28.63%-
HSV(B)324º76.27%46.27%-
XYZ9.415.298.51-
YUV61.07139.82168.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=51.75%
G=12.28%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118288200.760.310.5432461.6428.63
Hex761C5204C1F361443e1d
Octal16634122011437665047635
Binary1110110111001010010010011001111111011010100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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