Html Css Color HEX #77144F Pompadour

📋 copy color: '#77144F'

red 119 ◦ green 20 ◦ blue 79

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

Shades of Pompadour #77144F

Tints of Pompadour #77144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 54.59%
G = 9.17%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77144F (or 0x77144F) is known color: Pompadour. HEX triplet: 77, 14 and 4F. RGB value is (119,20,79). Sum of RGB (Red+Green+Blue) = 119+20+79=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77144F is #88EBB0. Grayscale: #383838. Windows color (decimal): -8973233 or 5182583. OLE color: 5182583.

HSL color Cylindrical-coordinate representation of color #77144F: hue angle of 324.24º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77144F is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 79 -
CMYK 0 0.83 0.34 0.53
HSL 324.24º 0.71% 0.27% -
HSV(B) 324.24º 0.83% 0.47% -
XYZ 9.27 4.99 7.87 -
YUV 56.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 119 20 79 0 0.83 0.34 0.53 324.24 0.71 0.27
Hex 77 14 4F 0 53 22 35 144 47 1B
Octal 167 24 117 0 123 42 65 504 107 33
Binary 1110111 10100 1001111 0 1010011 100010 110101 101000100 1000111 11011

Color Harmonies of #77144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77144F

Black with #77144F

Text Example


Text Example

White with #77144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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