Html Css Color HEX #77174A Pompadour

📋 copy color: '#77174A'

red 119 ◦ green 23 ◦ blue 74

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

Shades of Pompadour #77174A

Tints of Pompadour #77174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 55.09%
G = 10.65%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77174A (or 0x77174A) is known color: Pompadour. HEX triplet: 77, 17 and 4A. RGB value is (119,23,74). Sum of RGB (Red+Green+Blue) = 119+23+74=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77174A is #88E8B5. Grayscale: #393939. Windows color (decimal): -8972470 or 4855671. OLE color: 4855671.

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

Color convert

RGB 119 23 74 -
CMYK 0 0.81 0.38 0.53
HSL 328.13º 0.68% 0.28% -
HSV(B) 328.13º 0.81% 0.47% -
XYZ 9.15 5.03 6.97 -
YUV 57.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 119 23 74 0 0.81 0.38 0.53 328.13 0.68 0.28
Hex 77 17 4A 0 51 26 35 148 44 1C
Octal 167 27 112 0 121 46 65 510 104 34
Binary 1110111 10111 1001010 0 1010001 100110 110101 101001000 1000100 11100

Color Harmonies of #77174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77174A

Black with #77174A

Text Example


Text Example

White with #77174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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