#761A4A

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

Shades of Pompadour #761A4A

Tints of Pompadour #761A4A

Color information

#761A4A (or 0x761A4A) is unknown color: approx Pompadour. HEX triplet: 76, 1A and 4A. RGB value is (118,26,74). Sum of RGB (Red+Green+Blue) = 118+26+74=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #761A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A4A is #89E5B5. Grayscale: #3A3A3A. Windows color (decimal): -9037238 or 4856438. OLE color: 4856438.

HSL color Cylindrical-coordinate representation of color #761A4A: hue angle of 328.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A4A is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1182674-
CMYK00.780.370.54
HSL328.7º63.89%28.24%-
HSV(B)328.7º77.97%46.27%-
XYZ9.085.086.98-
YUV58.98136.48170.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=54.13%
G=11.93%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118267400.780.370.54328.763.8928.24
Hex761A4A04E2536149401c
Octal166321120116456651110034
Binary111011011010100101001001110100101110110101001001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,26,74); }

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

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

 a { background-color: rgb(118,26,74); }

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

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

 span { border-color: rgb(118,26,74); }

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