Html Css Color HEX #771152 Pompadour

📋 copy color: '#771152'

red 119 ◦ green 17 ◦ blue 82

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

Shades of Pompadour #771152

Tints of Pompadour #771152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

 BLUE value IS 82 (32.42% from 255) = 37.61%

R = 54.59%
G = 7.8%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#771152 (or 0x771152) is known color: Pompadour. HEX triplet: 77, 11 and 52. RGB value is (119,17,82). Sum of RGB (Red+Green+Blue) = 119+17+82=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #771152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771152 is #88EEAD. Grayscale: #363636. Windows color (decimal): -8973998 or 5378423. OLE color: 5378423.

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

Color convert

RGB 119 17 82 -
CMYK 0 0.86 0.31 0.53
HSL 321.76º 0.75% 0.27% -
HSV(B) 321.76º 0.86% 0.47% -
XYZ 9.33 4.93 8.44 -
YUV 54.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 119 17 82 0 0.86 0.31 0.53 321.76 0.75 0.27
Hex 77 11 52 0 56 1F 35 142 4B 1B
Octal 167 21 122 0 126 37 65 502 113 33
Binary 1110111 10001 1010010 0 1010110 11111 110101 101000010 1001011 11011

Color Harmonies of #771152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771152

Black with #771152

Text Example


Text Example

White with #771152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771152; }

 p { color: rgb(119,17,82); }

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

background-color css

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

 a { background-color: rgb(119,17,82); }

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

border-color css

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

 span { border-color: rgb(119,17,82); }

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