Html Css Color HEX #77204E Pompadour

📋 copy color: '#77204E'

red 119 ◦ green 32 ◦ blue 78

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

Shades of Pompadour #77204E

Tints of Pompadour #77204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.06%

R = 51.97%
G = 13.97%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77204E (or 0x77204E) is known color: Pompadour. HEX triplet: 77, 20 and 4E. RGB value is (119,32,78). Sum of RGB (Red+Green+Blue) = 119+32+78=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77204E is #88DFB1. Grayscale: #3F3F3F. Windows color (decimal): -8970162 or 5120119. OLE color: 5120119.

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

Color convert

RGB 119 32 78 -
CMYK 0 0.73 0.34 0.53
HSL 328.28º 0.58% 0.3% -
HSV(B) 328.28º 0.73% 0.47% -
XYZ 9.5 5.51 7.77 -
YUV 63.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 119 32 78 0 0.73 0.34 0.53 328.28 0.58 0.3
Hex 77 20 4E 0 49 22 35 148 3A 1E
Octal 167 40 116 0 111 42 65 510 72 36
Binary 1110111 100000 1001110 0 1001001 100010 110101 101001000 111010 11110

Color Harmonies of #77204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77204E

Black with #77204E

Text Example


Text Example

White with #77204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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