Html Css Color HEX #77164A Pompadour

📋 copy color: '#77164A'

red 119 ◦ green 22 ◦ blue 74

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

Shades of Pompadour #77164A

Tints of Pompadour #77164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

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

R = 55.35%
G = 10.23%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77164A (or 0x77164A) is known color: Pompadour. HEX triplet: 77, 16 and 4A. RGB value is (119,22,74). Sum of RGB (Red+Green+Blue) = 119+22+74=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77164A is #88E9B5. Grayscale: #383838. Windows color (decimal): -8972726 or 4855415. OLE color: 4855415.

HSL color Cylindrical-coordinate representation of color #77164A: hue angle of 327.84º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77164A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 74 -
CMYK 0 0.82 0.38 0.53
HSL 327.84º 0.69% 0.28% -
HSV(B) 327.84º 0.82% 0.47% -
XYZ 9.13 4.99 6.96 -
YUV 56.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 119 22 74 0 0.82 0.38 0.53 327.84 0.69 0.28
Hex 77 16 4A 0 52 26 35 148 45 1C
Octal 167 26 112 0 122 46 65 510 105 34
Binary 1110111 10110 1001010 0 1010010 100110 110101 101001000 1000101 11100

Color Harmonies of #77164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77164A

Black with #77164A

Text Example


Text Example

White with #77164A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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