Html Css Color HEX #771651 Pompadour

📋 copy color: '#771651'

red 119 ◦ green 22 ◦ blue 81

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

Shades of Pompadour #771651

Tints of Pompadour #771651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.91%

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 53.6%
G = 9.91%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#771651 (or 0x771651) is known color: Pompadour. HEX triplet: 77, 16 and 51. RGB value is (119,22,81). Sum of RGB (Red+Green+Blue) = 119+22+81=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771651 is #88E9AE. Grayscale: #393939. Windows color (decimal): -8972719 or 5314167. OLE color: 5314167.

HSL color Cylindrical-coordinate representation of color #771651: hue angle of 323.51º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771651 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 81 -
CMYK 0 0.82 0.32 0.53
HSL 323.51º 0.69% 0.28% -
HSV(B) 323.51º 0.82% 0.47% -
XYZ 9.38 5.09 8.27 -
YUV 57.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 119 22 81 0 0.82 0.32 0.53 323.51 0.69 0.28
Hex 77 16 51 0 52 20 35 144 45 1C
Octal 167 26 121 0 122 40 65 504 105 34
Binary 1110111 10110 1010001 0 1010010 100000 110101 101000100 1000101 11100

Color Harmonies of #771651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771651

Black with #771651

Text Example


Text Example

White with #771651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771651; }

 p { color: rgb(119,22,81); }

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

background-color css

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

 a { background-color: rgb(119,22,81); }

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

border-color css

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

 span { border-color: rgb(119,22,81); }

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