Html Css Color HEX #77154C Pompadour

📋 copy color: '#77154C'

red 119 ◦ green 21 ◦ blue 76

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

Shades of Pompadour #77154C

Tints of Pompadour #77154C

RGB

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

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

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

R = 55.09%
G = 9.72%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77154C (or 0x77154C) is known color: Pompadour. HEX triplet: 77, 15 and 4C. RGB value is (119,21,76). Sum of RGB (Red+Green+Blue) = 119+21+76=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77154C is #88EAB3. Grayscale: #383838. Windows color (decimal): -8972980 or 4986231. OLE color: 4986231.

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

Color convert

RGB 119 21 76 -
CMYK 0 0.82 0.36 0.53
HSL 326.33º 0.7% 0.27% -
HSV(B) 326.33º 0.82% 0.47% -
XYZ 9.18 4.98 7.31 -
YUV 56.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 119 21 76 0 0.82 0.36 0.53 326.33 0.7 0.27
Hex 77 15 4C 0 52 24 35 146 46 1B
Octal 167 25 114 0 122 44 65 506 106 33
Binary 1110111 10101 1001100 0 1010010 100100 110101 101000110 1000110 11011

Color Harmonies of #77154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77154C

Black with #77154C

Text Example


Text Example

White with #77154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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