Html Css Color HEX #77194F Pompadour

📋 copy color: '#77194F'

red 119 ◦ green 25 ◦ blue 79

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

Shades of Pompadour #77194F

Tints of Pompadour #77194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 53.36%
G = 11.21%
B = 35.43%

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

#77194F (or 0x77194F) is known color: Pompadour. HEX triplet: 77, 19 and 4F. RGB value is (119,25,79). Sum of RGB (Red+Green+Blue) = 119+25+79=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #77194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77194F is #88E6B0. Grayscale: #3B3B3B. Windows color (decimal): -8971953 or 5183863. OLE color: 5183863.

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

Color convert

RGB 119 25 79 -
CMYK 0 0.79 0.34 0.53
HSL 325.53º 0.65% 0.28% -
HSV(B) 325.53º 0.79% 0.47% -
XYZ 9.37 5.18 7.9 -
YUV 59.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 119 25 79 0 0.79 0.34 0.53 325.53 0.65 0.28
Hex 77 19 4F 0 4F 22 35 146 41 1C
Octal 167 31 117 0 117 42 65 506 101 34
Binary 1110111 11001 1001111 0 1001111 100010 110101 101000110 1000001 11100

Color Harmonies of #77194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77194F

Black with #77194F

Text Example


Text Example

White with #77194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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