Html Css Color HEX #77194E Pompadour

📋 copy color: '#77194E'

red 119 ◦ green 25 ◦ blue 78

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

Shades of Pompadour #77194E

Tints of Pompadour #77194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 53.6%
G = 11.26%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77194E (or 0x77194E) is known color: Pompadour. HEX triplet: 77, 19 and 4E. RGB value is (119,25,78). Sum of RGB (Red+Green+Blue) = 119+25+78=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #77194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77194E is #88E6B1. Grayscale: #3B3B3B. Windows color (decimal): -8971954 or 5118327. OLE color: 5118327.

HSL color Cylindrical-coordinate representation of color #77194E: hue angle of 326.17º 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 #77194E is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 78 -
CMYK 0 0.79 0.34 0.53
HSL 326.17º 0.65% 0.28% -
HSV(B) 326.17º 0.79% 0.47% -
XYZ 9.33 5.17 7.71 -
YUV 59.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 119 25 78 0 0.79 0.34 0.53 326.17 0.65 0.28
Hex 77 19 4E 0 4F 22 35 146 41 1C
Octal 167 31 116 0 117 42 65 506 101 34
Binary 1110111 11001 1001110 0 1001111 100010 110101 101000110 1000001 11100

Color Harmonies of #77194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77194E

Black with #77194E

Text Example


Text Example

White with #77194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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