Html Css Color HEX #77114D Pompadour

📋 copy color: '#77114D'

red 119 ◦ green 17 ◦ blue 77

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

Shades of Pompadour #77114D

Tints of Pompadour #77114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 55.87%
G = 7.98%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77114D (or 0x77114D) is known color: Pompadour. HEX triplet: 77, 11 and 4D. RGB value is (119,17,77). Sum of RGB (Red+Green+Blue) = 119+17+77=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77114D is #88EEB2. Grayscale: #363636. Windows color (decimal): -8974003 or 5050743. OLE color: 5050743.

HSL color Cylindrical-coordinate representation of color #77114D: hue angle of 324.71º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77114D is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 77 -
CMYK 0 0.86 0.35 0.53
HSL 324.71º 0.75% 0.27% -
HSV(B) 324.71º 0.86% 0.47% -
XYZ 9.15 4.86 7.48 -
YUV 54.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 119 17 77 0 0.86 0.35 0.53 324.71 0.75 0.27
Hex 77 11 4D 0 56 23 35 145 4B 1B
Octal 167 21 115 0 126 43 65 505 113 33
Binary 1110111 10001 1001101 0 1010110 100011 110101 101000101 1001011 11011

Color Harmonies of #77114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77114D

Black with #77114D

Text Example


Text Example

White with #77114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77114D; }

 p { color: rgb(119,17,77); }

 H1.HeaderClassName
 {
   color: #77114D;
 }
 .AnyTagClassName
 {
   color: #77114D;
 }
</style>

background-color css

<style>
 a { background-color: #77114D; }

 a { background-color: rgb(119,17,77); }

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

border-color css

<style>
 span { border-color: #77114D; }

 span { border-color: rgb(119,17,77); }

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