Html Css Color HEX #7A164E Pompadour

📋 copy color: '#7A164E'

red 122 ◦ green 22 ◦ blue 78

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

Shades of Pompadour #7A164E

Tints of Pompadour #7A164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.91%

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 54.95%
G = 9.91%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#7A164E (or 0x7A164E) is known color: Pompadour. HEX triplet: 7A, 16 and 4E. RGB value is (122,22,78). Sum of RGB (Red+Green+Blue) = 122+22+78=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A164E is #85E9B1. Grayscale: #3A3A3A. Windows color (decimal): -8776114 or 5117562. OLE color: 5117562.

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

Color convert

RGB 122 22 78 -
CMYK 0 0.82 0.36 0.52
HSL 326.4º 0.69% 0.28% -
HSV(B) 326.4º 0.82% 0.48% -
XYZ 9.69 5.26 7.71 -
YUV 58.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 122 22 78 0 0.82 0.36 0.52 326.4 0.69 0.28
Hex 7A 16 4E 0 52 24 34 146 45 1C
Octal 172 26 116 0 122 44 64 506 105 34
Binary 1111010 10110 1001110 0 1010010 100100 110100 101000110 1000101 11100

Color Harmonies of #7A164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A164E

Black with #7A164E

Text Example


Text Example

White with #7A164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,22,78); }

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

background-color css

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

 a { background-color: rgb(122,22,78); }

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

border-color css

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

 span { border-color: rgb(122,22,78); }

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