Html Css Color HEX #77174D Pompadour

📋 copy color: '#77174D'

red 119 ◦ green 23 ◦ blue 77

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

Shades of Pompadour #77174D

Tints of Pompadour #77174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 54.34%
G = 10.5%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77174D (or 0x77174D) is known color: Pompadour. HEX triplet: 77, 17 and 4D. RGB value is (119,23,77). Sum of RGB (Red+Green+Blue) = 119+23+77=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77174D is #88E8B2. Grayscale: #393939. Windows color (decimal): -8972467 or 5052279. OLE color: 5052279.

HSL color Cylindrical-coordinate representation of color #77174D: hue angle of 326.25º 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 #77174D is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 77 -
CMYK 0 0.81 0.35 0.53
HSL 326.25º 0.68% 0.28% -
HSV(B) 326.25º 0.81% 0.47% -
XYZ 9.25 5.07 7.51 -
YUV 57.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 119 23 77 0 0.81 0.35 0.53 326.25 0.68 0.28
Hex 77 17 4D 0 51 23 35 146 44 1C
Octal 167 27 115 0 121 43 65 506 104 34
Binary 1110111 10111 1001101 0 1010001 100011 110101 101000110 1000100 11100

Color Harmonies of #77174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77174D

Black with #77174D

Text Example


Text Example

White with #77174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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