Html Css Color HEX #7A0D4D Pompadour

📋 copy color: '#7A0D4D'

red 122 ◦ green 13 ◦ blue 77

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

Shades of Pompadour #7A0D4D

Tints of Pompadour #7A0D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.13%

 BLUE value IS 77 (30.47% from 255) = 36.32%

R = 57.55%
G = 6.13%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A0D4D (or 0x7A0D4D) is known color: Pompadour. HEX triplet: 7A, 0D and 4D. RGB value is (122,13,77). Sum of RGB (Red+Green+Blue) = 122+13+77=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0D4D is #85F2B2. Grayscale: #343434. Windows color (decimal): -8778419 or 5049722. OLE color: 5049722.

HSL color Cylindrical-coordinate representation of color #7A0D4D: hue angle of 324.77º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0D4D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 13 77 -
CMYK 0 0.89 0.37 0.52
HSL 324.77º 0.81% 0.26% -
HSV(B) 324.77º 0.89% 0.48% -
XYZ 9.51 4.96 7.48 -
YUV 52.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 122 13 77 0 0.89 0.37 0.52 324.77 0.81 0.26
Hex 7A D 4D 0 59 25 34 145 51 1A
Octal 172 15 115 0 131 45 64 505 121 32
Binary 1111010 1101 1001101 0 1011001 100101 110100 101000101 1010001 11010

Color Harmonies of #7A0D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0D4D

Black with #7A0D4D

Text Example


Text Example

White with #7A0D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,13,77); }

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

background-color css

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

 a { background-color: rgb(122,13,77); }

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

border-color css

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

 span { border-color: rgb(122,13,77); }

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