Html Css Color HEX #771356 Pompadour

📋 copy color: '#771356'

red 119 ◦ green 19 ◦ blue 86

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

Shades of Pompadour #771356

Tints of Pompadour #771356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

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

R = 53.13%
G = 8.48%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#771356 (or 0x771356) is known color: Pompadour. HEX triplet: 77, 13 and 56. RGB value is (119,19,86). Sum of RGB (Red+Green+Blue) = 119+19+86=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #771356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771356 is #88ECA9. Grayscale: #383838. Windows color (decimal): -8973482 or 5641079. OLE color: 5641079.

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

Color convert

RGB 119 19 86 -
CMYK 0 0.84 0.28 0.53
HSL 319.8º 0.72% 0.27% -
HSV(B) 319.8º 0.84% 0.47% -
XYZ 9.52 5.06 9.28 -
YUV 56.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 119 19 86 0 0.84 0.28 0.53 319.8 0.72 0.27
Hex 77 13 56 0 54 1C 35 140 48 1B
Octal 167 23 126 0 124 34 65 500 110 33
Binary 1110111 10011 1010110 0 1010100 11100 110101 101000000 1001000 11011

Color Harmonies of #771356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771356

Black with #771356

Text Example


Text Example

White with #771356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771356; }

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

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

background-color css

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

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

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

border-color css

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

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

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