Html Css Color HEX #772050 Pompadour

📋 copy color: '#772050'

red 119 ◦ green 32 ◦ blue 80

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

Shades of Pompadour #772050

Tints of Pompadour #772050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 51.52%
G = 13.85%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#772050 (or 0x772050) is known color: Pompadour. HEX triplet: 77, 20 and 50. RGB value is (119,32,80). Sum of RGB (Red+Green+Blue) = 119+32+80=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #772050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772050 is #88DFAF. Grayscale: #3F3F3F. Windows color (decimal): -8970160 or 5251191. OLE color: 5251191.

HSL color Cylindrical-coordinate representation of color #772050: hue angle of 326.9º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772050 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 80 -
CMYK 0 0.73 0.33 0.53
HSL 326.9º 0.58% 0.3% -
HSV(B) 326.9º 0.73% 0.47% -
XYZ 9.57 5.53 8.15 -
YUV 63.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 119 32 80 0 0.73 0.33 0.53 326.9 0.58 0.3
Hex 77 20 50 0 49 21 35 147 3A 1E
Octal 167 40 120 0 111 41 65 507 72 36
Binary 1110111 100000 1010000 0 1001001 100001 110101 101000111 111010 11110

Color Harmonies of #772050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772050

Black with #772050

Text Example


Text Example

White with #772050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772050; }

 p { color: rgb(119,32,80); }

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

background-color css

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

 a { background-color: rgb(119,32,80); }

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

border-color css

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

 span { border-color: rgb(119,32,80); }

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