Html Css Color HEX #7A1756 Pompadour

📋 copy color: '#7A1756'

red 122 ◦ green 23 ◦ blue 86

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

Shades of Pompadour #7A1756

Tints of Pompadour #7A1756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 52.81%
G = 9.96%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7A1756 (or 0x7A1756) is known color: Pompadour. HEX triplet: 7A, 17 and 56. RGB value is (122,23,86). Sum of RGB (Red+Green+Blue) = 122+23+86=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1756 is #85E8A9. Grayscale: #3B3B3B. Windows color (decimal): -8775850 or 5642106. OLE color: 5642106.

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

Color convert

RGB 122 23 86 -
CMYK 0 0.81 0.30 0.52
HSL 321.82º 0.68% 0.28% -
HSV(B) 321.82º 0.81% 0.48% -
XYZ 10.01 5.42 9.32 -
YUV 59.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 122 23 86 0 0.81 0.30 0.52 321.82 0.68 0.28
Hex 7A 17 56 0 51 1E 34 142 44 1C
Octal 172 27 126 0 121 36 64 502 104 34
Binary 1111010 10111 1010110 0 1010001 11110 110100 101000010 1000100 11100

Color Harmonies of #7A1756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1756

Black with #7A1756

Text Example


Text Example

White with #7A1756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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