Html Css Color HEX #77124A Pompadour

📋 copy color: '#77124A'

red 119 ◦ green 18 ◦ blue 74

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

Shades of Pompadour #77124A

Tints of Pompadour #77124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 56.4%
G = 8.53%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77124A (or 0x77124A) is known color: Pompadour. HEX triplet: 77, 12 and 4A. RGB value is (119,18,74). Sum of RGB (Red+Green+Blue) = 119+18+74=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77124A is #88EDB5. Grayscale: #363636. Windows color (decimal): -8973750 or 4854391. OLE color: 4854391.

HSL color Cylindrical-coordinate representation of color #77124A: hue angle of 326.73º 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 #77124A is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 74 -
CMYK 0 0.85 0.38 0.53
HSL 326.73º 0.74% 0.27% -
HSV(B) 326.73º 0.85% 0.47% -
XYZ 9.06 4.85 6.94 -
YUV 54.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 119 18 74 0 0.85 0.38 0.53 326.73 0.74 0.27
Hex 77 12 4A 0 55 26 35 147 4A 1B
Octal 167 22 112 0 125 46 65 507 112 33
Binary 1110111 10010 1001010 0 1010101 100110 110101 101000111 1001010 11011

Color Harmonies of #77124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77124A

Black with #77124A

Text Example


Text Example

White with #77124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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