Html Css Color HEX #7A124C Pompadour

📋 copy color: '#7A124C'

red 122 ◦ green 18 ◦ blue 76

#7A124C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #7A124C

Tints of Pompadour #7A124C

RGB

 RED value IS 122 (48.05% from 255) = 56.48%

 GREEN value IS 18 (7.42% from 255) = 8.33%

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 56.48%
G = 8.33%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7A124C (or 0x7A124C) is known color: Pompadour. HEX triplet: 7A, 12 and 4C. RGB value is (122,18,76). Sum of RGB (Red+Green+Blue) = 122+18+76=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A124C is #85EDB3. Grayscale: #373737. Windows color (decimal): -8777140 or 4985466. OLE color: 4985466.

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

Color convert

RGB 122 18 76 -
CMYK 0 0.85 0.38 0.52
HSL 326.54º 0.74% 0.27% -
HSV(B) 326.54º 0.85% 0.48% -
XYZ 9.55 5.09 7.32 -
YUV 55.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 122 18 76 0 0.85 0.38 0.52 326.54 0.74 0.27
Hex 7A 12 4C 0 55 26 34 147 4A 1B
Octal 172 22 114 0 125 46 64 507 112 33
Binary 1111010 10010 1001100 0 1010101 100110 110100 101000111 1001010 11011

Color Harmonies of #7A124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A124C

Black with #7A124C

Text Example


Text Example

White with #7A124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A124C;
 }
 .AnyTagClassName
 {
   color: #7A124C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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