Html Css Color HEX #77184E Pompadour

📋 copy color: '#77184E'

red 119 ◦ green 24 ◦ blue 78

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

Shades of Pompadour #77184E

Tints of Pompadour #77184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

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

R = 53.85%
G = 10.86%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77184E (or 0x77184E) is known color: Pompadour. HEX triplet: 77, 18 and 4E. RGB value is (119,24,78). Sum of RGB (Red+Green+Blue) = 119+24+78=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77184E is #88E7B1. Grayscale: #3A3A3A. Windows color (decimal): -8972210 or 5118071. OLE color: 5118071.

HSL color Cylindrical-coordinate representation of color #77184E: hue angle of 325.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77184E is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 78 -
CMYK 0 0.80 0.34 0.53
HSL 325.89º 0.66% 0.28% -
HSV(B) 325.89º 0.8% 0.47% -
XYZ 9.31 5.13 7.71 -
YUV 58.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 119 24 78 0 0.80 0.34 0.53 325.89 0.66 0.28
Hex 77 18 4E 0 50 22 35 146 42 1C
Octal 167 30 116 0 120 42 65 506 102 34
Binary 1110111 11000 1001110 0 1010000 100010 110101 101000110 1000010 11100

Color Harmonies of #77184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77184E

Black with #77184E

Text Example


Text Example

White with #77184E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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