Html Css Color HEX #7A134D Pompadour

📋 copy color: '#7A134D'

red 122 ◦ green 19 ◦ blue 77

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

Shades of Pompadour #7A134D

Tints of Pompadour #7A134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 55.96%
G = 8.72%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A134D (or 0x7A134D) is known color: Pompadour. HEX triplet: 7A, 13 and 4D. RGB value is (122,19,77). Sum of RGB (Red+Green+Blue) = 122+19+77=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A134D is #85ECB2. Grayscale: #383838. Windows color (decimal): -8776883 or 5051258. OLE color: 5051258.

HSL color Cylindrical-coordinate representation of color #7A134D: hue angle of 326.21º degrees, saturation: 0.73, 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 #7A134D is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 19 77 -
CMYK 0 0.84 0.37 0.52
HSL 326.21º 0.73% 0.28% -
HSV(B) 326.21º 0.84% 0.48% -
XYZ 9.6 5.14 7.51 -
YUV 56.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 122 19 77 0 0.84 0.37 0.52 326.21 0.73 0.28
Hex 7A 13 4D 0 54 25 34 146 49 1C
Octal 172 23 115 0 124 45 64 506 111 34
Binary 1111010 10011 1001101 0 1010100 100101 110100 101000110 1001001 11100

Color Harmonies of #7A134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A134D

Black with #7A134D

Text Example


Text Example

White with #7A134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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