Html Css Color HEX #771656 Pompadour

📋 copy color: '#771656'

red 119 ◦ green 22 ◦ blue 86

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

Shades of Pompadour #771656

Tints of Pompadour #771656

RGB

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

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

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

R = 52.42%
G = 9.69%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#771656 (or 0x771656) is known color: Pompadour. HEX triplet: 77, 16 and 56. RGB value is (119,22,86). Sum of RGB (Red+Green+Blue) = 119+22+86=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #771656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771656 is #88E9A9. Grayscale: #3A3A3A. Windows color (decimal): -8972714 or 5641847. OLE color: 5641847.

HSL color Cylindrical-coordinate representation of color #771656: hue angle of 320.41º 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 #771656 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 86 -
CMYK 0 0.82 0.28 0.53
HSL 320.41º 0.69% 0.28% -
HSV(B) 320.41º 0.82% 0.47% -
XYZ 9.57 5.17 9.3 -
YUV 58.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 119 22 86 0 0.82 0.28 0.53 320.41 0.69 0.28
Hex 77 16 56 0 52 1C 35 140 45 1C
Octal 167 26 126 0 122 34 65 500 105 34
Binary 1110111 10110 1010110 0 1010010 11100 110101 101000000 1000101 11100

Color Harmonies of #771656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771656

Black with #771656

Text Example


Text Example

White with #771656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771656; }

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

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

background-color css

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

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

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

border-color css

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

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

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