Html Css Color HEX #7A144C Pompadour

📋 copy color: '#7A144C'

red 122 ◦ green 20 ◦ blue 76

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

Shades of Pompadour #7A144C

Tints of Pompadour #7A144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 55.96%
G = 9.17%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7A144C (or 0x7A144C) is known color: Pompadour. HEX triplet: 7A, 14 and 4C. RGB value is (122,20,76). Sum of RGB (Red+Green+Blue) = 122+20+76=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A144C is #85EBB3. Grayscale: #383838. Windows color (decimal): -8776628 or 4985978. OLE color: 4985978.

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

Color convert

RGB 122 20 76 -
CMYK 0 0.84 0.38 0.52
HSL 327.06º 0.72% 0.28% -
HSV(B) 327.06º 0.84% 0.48% -
XYZ 9.58 5.16 7.33 -
YUV 56.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 122 20 76 0 0.84 0.38 0.52 327.06 0.72 0.28
Hex 7A 14 4C 0 54 26 34 147 48 1C
Octal 172 24 114 0 124 46 64 507 110 34
Binary 1111010 10100 1001100 0 1010100 100110 110100 101000111 1001000 11100

Color Harmonies of #7A144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A144C

Black with #7A144C

Text Example


Text Example

White with #7A144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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