Html Css Color HEX #771456 Pompadour

📋 copy color: '#771456'

red 119 ◦ green 20 ◦ blue 86

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

Shades of Pompadour #771456

Tints of Pompadour #771456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

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

R = 52.89%
G = 8.89%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#771456 (or 0x771456) is known color: Pompadour. HEX triplet: 77, 14 and 56. RGB value is (119,20,86). Sum of RGB (Red+Green+Blue) = 119+20+86=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #771456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771456 is #88EBA9. Grayscale: #383838. Windows color (decimal): -8973226 or 5641335. OLE color: 5641335.

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

Color convert

RGB 119 20 86 -
CMYK 0 0.83 0.28 0.53
HSL 320º 0.71% 0.27% -
HSV(B) 320º 0.83% 0.47% -
XYZ 9.54 5.09 9.28 -
YUV 57.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 119 20 86 0 0.83 0.28 0.53 320 0.71 0.27
Hex 77 14 56 0 53 1C 35 140 47 1B
Octal 167 24 126 0 123 34 65 500 107 33
Binary 1110111 10100 1010110 0 1010011 11100 110101 101000000 1000111 11011

Color Harmonies of #771456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771456

Black with #771456

Text Example


Text Example

White with #771456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771456; }

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

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

background-color css

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

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

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

border-color css

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

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

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