Html Css Color HEX #7A174D Pompadour

📋 copy color: '#7A174D'

red 122 ◦ green 23 ◦ blue 77

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

Shades of Pompadour #7A174D

Tints of Pompadour #7A174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.36%

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

R = 54.95%
G = 10.36%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A174D (or 0x7A174D) is known color: Pompadour. HEX triplet: 7A, 17 and 4D. RGB value is (122,23,77). Sum of RGB (Red+Green+Blue) = 122+23+77=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A174D is #85E8B2. Grayscale: #3A3A3A. Windows color (decimal): -8775859 or 5052282. OLE color: 5052282.

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

Color convert

RGB 122 23 77 -
CMYK 0 0.81 0.37 0.52
HSL 327.27º 0.68% 0.28% -
HSV(B) 327.27º 0.81% 0.48% -
XYZ 9.67 5.29 7.53 -
YUV 58.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 122 23 77 0 0.81 0.37 0.52 327.27 0.68 0.28
Hex 7A 17 4D 0 51 25 34 147 44 1C
Octal 172 27 115 0 121 45 64 507 104 34
Binary 1111010 10111 1001101 0 1010001 100101 110100 101000111 1000100 11100

Color Harmonies of #7A174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A174D

Black with #7A174D

Text Example


Text Example

White with #7A174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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