Html Css Color HEX #77154E Pompadour

📋 copy color: '#77154E'

red 119 ◦ green 21 ◦ blue 78

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

Shades of Pompadour #77154E

Tints of Pompadour #77154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 54.59%
G = 9.63%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77154E (or 0x77154E) is known color: Pompadour. HEX triplet: 77, 15 and 4E. RGB value is (119,21,78). Sum of RGB (Red+Green+Blue) = 119+21+78=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77154E is #88EAB1. Grayscale: #383838. Windows color (decimal): -8972978 or 5117303. OLE color: 5117303.

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

Color convert

RGB 119 21 78 -
CMYK 0 0.82 0.34 0.53
HSL 325.1º 0.7% 0.27% -
HSV(B) 325.1º 0.82% 0.47% -
XYZ 9.25 5.01 7.69 -
YUV 56.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 119 21 78 0 0.82 0.34 0.53 325.1 0.7 0.27
Hex 77 15 4E 0 52 22 35 145 46 1B
Octal 167 25 116 0 122 42 65 505 106 33
Binary 1110111 10101 1001110 0 1010010 100010 110101 101000101 1000110 11011

Color Harmonies of #77154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77154E

Black with #77154E

Text Example


Text Example

White with #77154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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