Html Css Color HEX #7A134E Pompadour

📋 copy color: '#7A134E'

red 122 ◦ green 19 ◦ blue 78

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

Shades of Pompadour #7A134E

Tints of Pompadour #7A134E

RGB

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

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

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

R = 55.71%
G = 8.68%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#7A134E (or 0x7A134E) is known color: Pompadour. HEX triplet: 7A, 13 and 4E. RGB value is (122,19,78). Sum of RGB (Red+Green+Blue) = 122+19+78=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A134E is #85ECB1. Grayscale: #383838. Windows color (decimal): -8776882 or 5116794. OLE color: 5116794.

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

Color convert

RGB 122 19 78 -
CMYK 0 0.84 0.36 0.52
HSL 325.63º 0.73% 0.28% -
HSV(B) 325.63º 0.84% 0.48% -
XYZ 9.63 5.15 7.69 -
YUV 56.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 122 19 78 0 0.84 0.36 0.52 325.63 0.73 0.28
Hex 7A 13 4E 0 54 24 34 146 49 1C
Octal 172 23 116 0 124 44 64 506 111 34
Binary 1111010 10011 1001110 0 1010100 100100 110100 101000110 1001001 11100

Color Harmonies of #7A134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A134E

Black with #7A134E

Text Example


Text Example

White with #7A134E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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