Html Css Color HEX #77204C Pompadour

📋 copy color: '#77204C'

red 119 ◦ green 32 ◦ blue 76

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

Shades of Pompadour #77204C

Tints of Pompadour #77204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 52.42%
G = 14.1%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77204C (or 0x77204C) is known color: Pompadour. HEX triplet: 77, 20 and 4C. RGB value is (119,32,76). Sum of RGB (Red+Green+Blue) = 119+32+76=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77204C is #88DFB3. Grayscale: #3E3E3E. Windows color (decimal): -8970164 or 4989047. OLE color: 4989047.

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

Color convert

RGB 119 32 76 -
CMYK 0 0.73 0.36 0.53
HSL 329.66º 0.58% 0.3% -
HSV(B) 329.66º 0.73% 0.47% -
XYZ 9.43 5.48 7.4 -
YUV 63.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 119 32 76 0 0.73 0.36 0.53 329.66 0.58 0.3
Hex 77 20 4C 0 49 24 35 14A 3A 1E
Octal 167 40 114 0 111 44 65 512 72 36
Binary 1110111 100000 1001100 0 1001001 100100 110101 101001010 111010 11110

Color Harmonies of #77204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77204C

Black with #77204C

Text Example


Text Example

White with #77204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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