#7B124C

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

Shades of Pompadour #7B124C

Tints of Pompadour #7B124C

Color information

#7B124C (or 0x7B124C) is unknown color: approx Pompadour. HEX triplet: 7B, 12 and 4C. RGB value is (123,18,76). Sum of RGB (Red+Green+Blue) = 123+18+76=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B124C is #84EDB3. Grayscale: #373737. Windows color (decimal): -8711604 or 4985467. OLE color: 4985467.

HSL color Cylindrical-coordinate representation of color #7B124C: hue angle of 326.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B124C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB1231876-
CMYK00.850.380.52
HSL326.86º74.47%27.65%-
HSV(B)326.86º85.37%48.24%-
XYZ9.695.177.32-
YUV56.01139.29175.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.68%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=56.68%
G=8.29%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123187600.850.380.52326.8674.4727.65
Hex7B124C05526341474a1c
Octal173221140125466450711234
Binary111101110010100110001010101100110110100101000111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B124C; }

 p { color: rgb(123,18,76); }

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

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

 a { background-color: rgb(123,18,76); }

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

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

 span { border-color: rgb(123,18,76); }

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