Html Css Color HEX #771056 Pompadour

📋 copy color: '#771056'

red 119 ◦ green 16 ◦ blue 86

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

Shades of Pompadour #771056

Tints of Pompadour #771056

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.24%

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

R = 53.85%
G = 7.24%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#771056 (or 0x771056) is known color: Pompadour. HEX triplet: 77, 10 and 56. RGB value is (119,16,86). Sum of RGB (Red+Green+Blue) = 119+16+86=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #771056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771056 is #88EFA9. Grayscale: #363636. Windows color (decimal): -8974250 or 5640311. OLE color: 5640311.

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

Color convert

RGB 119 16 86 -
CMYK 0 0.87 0.28 0.53
HSL 319.22º 0.76% 0.26% -
HSV(B) 319.22º 0.87% 0.47% -
XYZ 9.47 4.96 9.26 -
YUV 54.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 119 16 86 0 0.87 0.28 0.53 319.22 0.76 0.26
Hex 77 10 56 0 57 1C 35 13F 4C 1A
Octal 167 20 126 0 127 34 65 477 114 32
Binary 1110111 10000 1010110 0 1010111 11100 110101 100111111 1001100 11010

Color Harmonies of #771056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771056

Black with #771056

Text Example


Text Example

White with #771056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771056; }

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

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

background-color css

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

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

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

border-color css

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

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

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