Html Css Color HEX #77124D Pompadour

📋 copy color: '#77124D'

red 119 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #77124D

Tints of Pompadour #77124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 55.61%
G = 8.41%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77124D (or 0x77124D) is known color: Pompadour. HEX triplet: 77, 12 and 4D. RGB value is (119,18,77). Sum of RGB (Red+Green+Blue) = 119+18+77=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77124D is #88EDB2. Grayscale: #363636. Windows color (decimal): -8973747 or 5050999. OLE color: 5050999.

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

Color convert

RGB 119 18 77 -
CMYK 0 0.85 0.35 0.53
HSL 324.95º 0.74% 0.27% -
HSV(B) 324.95º 0.85% 0.47% -
XYZ 9.16 4.89 7.48 -
YUV 54.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 119 18 77 0 0.85 0.35 0.53 324.95 0.74 0.27
Hex 77 12 4D 0 55 23 35 145 4A 1B
Octal 167 22 115 0 125 43 65 505 112 33
Binary 1110111 10010 1001101 0 1010101 100011 110101 101000101 1001010 11011

Color Harmonies of #77124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77124D

Black with #77124D

Text Example


Text Example

White with #77124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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