Html Css Color HEX #771556 Pompadour

📋 copy color: '#771556'

red 119 ◦ green 21 ◦ blue 86

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

Shades of Pompadour #771556

Tints of Pompadour #771556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.29%

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

R = 52.65%
G = 9.29%
B = 38.05%

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

#771556 (or 0x771556) is known color: Pompadour. HEX triplet: 77, 15 and 56. RGB value is (119,21,86). Sum of RGB (Red+Green+Blue) = 119+21+86=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #771556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771556 is #88EAA9. Grayscale: #393939. Windows color (decimal): -8972970 or 5641591. OLE color: 5641591.

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

Color convert

RGB 119 21 86 -
CMYK 0 0.82 0.28 0.53
HSL 320.2º 0.7% 0.27% -
HSV(B) 320.2º 0.82% 0.47% -
XYZ 9.56 5.13 9.29 -
YUV 57.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 119 21 86 0 0.82 0.28 0.53 320.2 0.7 0.27
Hex 77 15 56 0 52 1C 35 140 46 1B
Octal 167 25 126 0 122 34 65 500 106 33
Binary 1110111 10101 1010110 0 1010010 11100 110101 101000000 1000110 11011

Color Harmonies of #771556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771556

Black with #771556

Text Example


Text Example

White with #771556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771556; }

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

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

background-color css

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

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

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

border-color css

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

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

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