Html Css Color HEX #77174F Pompadour

📋 copy color: '#77174F'

red 119 ◦ green 23 ◦ blue 79

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

Shades of Pompadour #77174F

Tints of Pompadour #77174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 53.85%
G = 10.41%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77174F (or 0x77174F) is known color: Pompadour. HEX triplet: 77, 17 and 4F. RGB value is (119,23,79). Sum of RGB (Red+Green+Blue) = 119+23+79=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77174F is #88E8B0. Grayscale: #393939. Windows color (decimal): -8972465 or 5183351. OLE color: 5183351.

HSL color Cylindrical-coordinate representation of color #77174F: hue angle of 325º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77174F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 79 -
CMYK 0 0.81 0.34 0.53
HSL 325º 0.68% 0.28% -
HSV(B) 325º 0.81% 0.47% -
XYZ 9.33 5.1 7.89 -
YUV 58.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 119 23 79 0 0.81 0.34 0.53 325 0.68 0.28
Hex 77 17 4F 0 51 22 35 145 44 1C
Octal 167 27 117 0 121 42 65 505 104 34
Binary 1110111 10111 1001111 0 1010001 100010 110101 101000101 1000100 11100

Color Harmonies of #77174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77174F

Black with #77174F

Text Example


Text Example

White with #77174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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