Html Css Color HEX #771657 Pompadour

📋 copy color: '#771657'

red 119 ◦ green 22 ◦ blue 87

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

Shades of Pompadour #771657

Tints of Pompadour #771657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 52.19%
G = 9.65%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#771657 (or 0x771657) is known color: Pompadour. HEX triplet: 77, 16 and 57. RGB value is (119,22,87). Sum of RGB (Red+Green+Blue) = 119+22+87=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #771657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771657 is #88E9A8. Grayscale: #3A3A3A. Windows color (decimal): -8972713 or 5707383. OLE color: 5707383.

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

Color convert

RGB 119 22 87 -
CMYK 0 0.82 0.27 0.53
HSL 319.79º 0.69% 0.28% -
HSV(B) 319.79º 0.82% 0.47% -
XYZ 9.61 5.18 9.51 -
YUV 58.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 119 22 87 0 0.82 0.27 0.53 319.79 0.69 0.28
Hex 77 16 57 0 52 1B 35 140 45 1C
Octal 167 26 127 0 122 33 65 500 105 34
Binary 1110111 10110 1010111 0 1010010 11011 110101 101000000 1000101 11100

Color Harmonies of #771657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771657

Black with #771657

Text Example


Text Example

White with #771657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771657; }

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

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

background-color css

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

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

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

border-color css

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

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

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