Html Css Color HEX #7A164A Pompadour

📋 copy color: '#7A164A'

red 122 ◦ green 22 ◦ blue 74

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

Shades of Pompadour #7A164A

Tints of Pompadour #7A164A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 55.96%
G = 10.09%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7A164A (or 0x7A164A) is known color: Pompadour. HEX triplet: 7A, 16 and 4A. RGB value is (122,22,74). Sum of RGB (Red+Green+Blue) = 122+22+74=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A164A is #85E9B5. Grayscale: #393939. Windows color (decimal): -8776118 or 4855418. OLE color: 4855418.

HSL color Cylindrical-coordinate representation of color #7A164A: hue angle of 328.8º 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 #7A164A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 22 74 -
CMYK 0 0.82 0.39 0.52
HSL 328.8º 0.69% 0.28% -
HSV(B) 328.8º 0.82% 0.48% -
XYZ 9.55 5.21 6.98 -
YUV 57.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 122 22 74 0 0.82 0.39 0.52 328.8 0.69 0.28
Hex 7A 16 4A 0 52 27 34 149 45 1C
Octal 172 26 112 0 122 47 64 511 105 34
Binary 1111010 10110 1001010 0 1010010 100111 110100 101001001 1000101 11100

Color Harmonies of #7A164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A164A

Black with #7A164A

Text Example


Text Example

White with #7A164A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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