Html Css Color HEX #771156 Pompadour

📋 copy color: '#771156'

red 119 ◦ green 17 ◦ blue 86

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

Shades of Pompadour #771156

Tints of Pompadour #771156

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

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

R = 53.6%
G = 7.66%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#771156 (or 0x771156) is known color: Pompadour. HEX triplet: 77, 11 and 56. RGB value is (119,17,86). Sum of RGB (Red+Green+Blue) = 119+17+86=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771156 is #88EEA9. Grayscale: #373737. Windows color (decimal): -8973994 or 5640567. OLE color: 5640567.

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

Color convert

RGB 119 17 86 -
CMYK 0 0.86 0.28 0.53
HSL 319.41º 0.75% 0.27% -
HSV(B) 319.41º 0.86% 0.47% -
XYZ 9.49 4.99 9.27 -
YUV 55.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 119 17 86 0 0.86 0.28 0.53 319.41 0.75 0.27
Hex 77 11 56 0 56 1C 35 13F 4B 1B
Octal 167 21 126 0 126 34 65 477 113 33
Binary 1110111 10001 1010110 0 1010110 11100 110101 100111111 1001011 11011

Color Harmonies of #771156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771156

Black with #771156

Text Example


Text Example

White with #771156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771156; }

 p { color: rgb(119,17,86); }

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

background-color css

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

 a { background-color: rgb(119,17,86); }

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

border-color css

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

 span { border-color: rgb(119,17,86); }

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