Html Css Color HEX #7A174F Pompadour

📋 copy color: '#7A174F'

red 122 ◦ green 23 ◦ blue 79

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

Shades of Pompadour #7A174F

Tints of Pompadour #7A174F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.27%

R = 54.46%
G = 10.27%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7A174F (or 0x7A174F) is known color: Pompadour. HEX triplet: 7A, 17 and 4F. RGB value is (122,23,79). Sum of RGB (Red+Green+Blue) = 122+23+79=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A174F is #85E8B0. Grayscale: #3A3A3A. Windows color (decimal): -8775857 or 5183354. OLE color: 5183354.

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

Color convert

RGB 122 23 79 -
CMYK 0 0.81 0.35 0.52
HSL 326.06º 0.68% 0.28% -
HSV(B) 326.06º 0.81% 0.48% -
XYZ 9.74 5.31 7.91 -
YUV 58.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 122 23 79 0 0.81 0.35 0.52 326.06 0.68 0.28
Hex 7A 17 4F 0 51 23 34 146 44 1C
Octal 172 27 117 0 121 43 64 506 104 34
Binary 1111010 10111 1001111 0 1010001 100011 110100 101000110 1000100 11100

Color Harmonies of #7A174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A174F

Black with #7A174F

Text Example


Text Example

White with #7A174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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