Html Css Color HEX #771756 Pompadour

📋 copy color: '#771756'

red 119 ◦ green 23 ◦ blue 86

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

Shades of Pompadour #771756

Tints of Pompadour #771756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

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

R = 52.19%
G = 10.09%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#771756 (or 0x771756) is known color: Pompadour. HEX triplet: 77, 17 and 56. RGB value is (119,23,86). Sum of RGB (Red+Green+Blue) = 119+23+86=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #771756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771756 is #88E8A9. Grayscale: #3A3A3A. Windows color (decimal): -8972458 or 5642103. OLE color: 5642103.

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

Color convert

RGB 119 23 86 -
CMYK 0 0.81 0.28 0.53
HSL 320.63º 0.68% 0.28% -
HSV(B) 320.63º 0.81% 0.47% -
XYZ 9.59 5.21 9.3 -
YUV 58.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 119 23 86 0 0.81 0.28 0.53 320.63 0.68 0.28
Hex 77 17 56 0 51 1C 35 141 44 1C
Octal 167 27 126 0 121 34 65 501 104 34
Binary 1110111 10111 1010110 0 1010001 11100 110101 101000001 1000100 11100

Color Harmonies of #771756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771756

Black with #771756

Text Example


Text Example

White with #771756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771756; }

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

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

background-color css

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

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

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

border-color css

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

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

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