Html Css Color HEX #78174C Pompadour

📋 copy color: '#78174C'

red 120 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #78174C

Tints of Pompadour #78174C

RGB

 RED value IS 120 (47.27% from 255) = 54.79%

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

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 54.79%
G = 10.5%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78174C (or 0x78174C) is known color: Pompadour. HEX triplet: 78, 17 and 4C. RGB value is (120,23,76). Sum of RGB (Red+Green+Blue) = 120+23+76=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78174C is #87E8B3. Grayscale: #393939. Windows color (decimal): -8906932 or 4986744. OLE color: 4986744.

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

Color convert

RGB 120 23 76 -
CMYK 0 0.81 0.37 0.53
HSL 327.22º 0.68% 0.28% -
HSV(B) 327.22º 0.81% 0.47% -
XYZ 9.36 5.13 7.33 -
YUV 58.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 120 23 76 0 0.81 0.37 0.53 327.22 0.68 0.28
Hex 78 17 4C 0 51 25 35 147 44 1C
Octal 170 27 114 0 121 45 65 507 104 34
Binary 1111000 10111 1001100 0 1010001 100101 110101 101000111 1000100 11100

Color Harmonies of #78174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78174C

Black with #78174C

Text Example


Text Example

White with #78174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78174C; }

 p { color: rgb(120,23,76); }

 H1.HeaderClassName
 {
   color: #78174C;
 }
 .AnyTagClassName
 {
   color: #78174C;
 }
</style>

background-color css

<style>
 a { background-color: #78174C; }

 a { background-color: rgb(120,23,76); }

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

border-color css

<style>
 span { border-color: #78174C; }

 span { border-color: rgb(120,23,76); }

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