Html Css Color HEX #772051 Pompadour

📋 copy color: '#772051'

red 119 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #772051

Tints of Pompadour #772051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.91%

R = 51.29%
G = 13.79%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#772051 (or 0x772051) is known color: Pompadour. HEX triplet: 77, 20 and 51. RGB value is (119,32,81). Sum of RGB (Red+Green+Blue) = 119+32+81=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #772051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772051 is #88DFAE. Grayscale: #3F3F3F. Windows color (decimal): -8970159 or 5316727. OLE color: 5316727.

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

Color convert

RGB 119 32 81 -
CMYK 0 0.73 0.32 0.53
HSL 326.21º 0.58% 0.3% -
HSV(B) 326.21º 0.73% 0.47% -
XYZ 9.61 5.55 8.35 -
YUV 63.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 119 32 81 0 0.73 0.32 0.53 326.21 0.58 0.3
Hex 77 20 51 0 49 20 35 146 3A 1E
Octal 167 40 121 0 111 40 65 506 72 36
Binary 1110111 100000 1010001 0 1001001 100000 110101 101000110 111010 11110

Color Harmonies of #772051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772051

Black with #772051

Text Example


Text Example

White with #772051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772051; }

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

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

background-color css

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

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

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

border-color css

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

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

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