Html Css Color HEX #77204F Pompadour

📋 copy color: '#77204F'

red 119 ◦ green 32 ◦ blue 79

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

Shades of Pompadour #77204F

Tints of Pompadour #77204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.35%

R = 51.74%
G = 13.91%
B = 34.35%

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

#77204F (or 0x77204F) is known color: Pompadour. HEX triplet: 77, 20 and 4F. RGB value is (119,32,79). Sum of RGB (Red+Green+Blue) = 119+32+79=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77204F is #88DFB0. Grayscale: #3F3F3F. Windows color (decimal): -8970161 or 5185655. OLE color: 5185655.

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

Color convert

RGB 119 32 79 -
CMYK 0 0.73 0.34 0.53
HSL 327.59º 0.58% 0.3% -
HSV(B) 327.59º 0.73% 0.47% -
XYZ 9.54 5.52 7.96 -
YUV 63.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 119 32 79 0 0.73 0.34 0.53 327.59 0.58 0.3
Hex 77 20 4F 0 49 22 35 148 3A 1E
Octal 167 40 117 0 111 42 65 510 72 36
Binary 1110111 100000 1001111 0 1001001 100010 110101 101001000 111010 11110

Color Harmonies of #77204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77204F

Black with #77204F

Text Example


Text Example

White with #77204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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