Html Css Color HEX #771A4D Pompadour

📋 copy color: '#771A4D'

red 119 ◦ green 26 ◦ blue 77

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

Shades of Pompadour #771A4D

Tints of Pompadour #771A4D

RGB

 RED value IS 119 (46.88% from 255) = 53.6%

 GREEN value IS 26 (10.55% from 255) = 11.71%

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

R = 53.6%
G = 11.71%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#771A4D (or 0x771A4D) is known color: Pompadour. HEX triplet: 77, 1A and 4D. RGB value is (119,26,77). Sum of RGB (Red+Green+Blue) = 119+26+77=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A4D is #88E5B2. Grayscale: #3B3B3B. Windows color (decimal): -8971699 or 5053047. OLE color: 5053047.

HSL color Cylindrical-coordinate representation of color #771A4D: hue angle of 327.1º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A4D is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 77 -
CMYK 0 0.78 0.35 0.53
HSL 327.1º 0.64% 0.28% -
HSV(B) 327.1º 0.78% 0.47% -
XYZ 9.32 5.2 7.53 -
YUV 59.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 119 26 77 0 0.78 0.35 0.53 327.1 0.64 0.28
Hex 77 1A 4D 0 4E 23 35 147 40 1C
Octal 167 32 115 0 116 43 65 507 100 34
Binary 1110111 11010 1001101 0 1001110 100011 110101 101000111 1000000 11100

Color Harmonies of #771A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A4D

Black with #771A4D

Text Example


Text Example

White with #771A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771A4D; }

 p { color: rgb(119,26,77); }

 H1.HeaderClassName
 {
   color: #771A4D;
 }
 .AnyTagClassName
 {
   color: #771A4D;
 }
</style>

background-color css

<style>
 a { background-color: #771A4D; }

 a { background-color: rgb(119,26,77); }

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

border-color css

<style>
 span { border-color: #771A4D; }

 span { border-color: rgb(119,26,77); }

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