Html Css Color HEX #771652 Pompadour

📋 copy color: '#771652'

red 119 ◦ green 22 ◦ blue 82

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

Shades of Pompadour #771652

Tints of Pompadour #771652

RGB

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

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

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

R = 53.36%
G = 9.87%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#771652 (or 0x771652) is known color: Pompadour. HEX triplet: 77, 16 and 52. RGB value is (119,22,82). Sum of RGB (Red+Green+Blue) = 119+22+82=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #771652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771652 is #88E9AD. Grayscale: #393939. Windows color (decimal): -8972718 or 5379703. OLE color: 5379703.

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

Color convert

RGB 119 22 82 -
CMYK 0 0.82 0.31 0.53
HSL 322.89º 0.69% 0.28% -
HSV(B) 322.89º 0.82% 0.47% -
XYZ 9.42 5.1 8.47 -
YUV 57.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 119 22 82 0 0.82 0.31 0.53 322.89 0.69 0.28
Hex 77 16 52 0 52 1F 35 143 45 1C
Octal 167 26 122 0 122 37 65 503 105 34
Binary 1110111 10110 1010010 0 1010010 11111 110101 101000011 1000101 11100

Color Harmonies of #771652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771652

Black with #771652

Text Example


Text Example

White with #771652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771652; }

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

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

background-color css

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

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

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

border-color css

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

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

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