Html Css Color HEX #77194C Pompadour

📋 copy color: '#77194C'

red 119 ◦ green 25 ◦ blue 76

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

Shades of Pompadour #77194C

Tints of Pompadour #77194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

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

R = 54.09%
G = 11.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77194C (or 0x77194C) is known color: Pompadour. HEX triplet: 77, 19 and 4C. RGB value is (119,25,76). Sum of RGB (Red+Green+Blue) = 119+25+76=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77194C is #88E6B3. Grayscale: #3A3A3A. Windows color (decimal): -8971956 or 4987255. OLE color: 4987255.

HSL color Cylindrical-coordinate representation of color #77194C: hue angle of 327.45º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77194C is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 76 -
CMYK 0 0.79 0.36 0.53
HSL 327.45º 0.65% 0.28% -
HSV(B) 327.45º 0.79% 0.47% -
XYZ 9.26 5.14 7.34 -
YUV 58.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 119 25 76 0 0.79 0.36 0.53 327.45 0.65 0.28
Hex 77 19 4C 0 4F 24 35 147 41 1C
Octal 167 31 114 0 117 44 65 507 101 34
Binary 1110111 11001 1001100 0 1001111 100100 110101 101000111 1000001 11100

Color Harmonies of #77194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77194C

Black with #77194C

Text Example


Text Example

White with #77194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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