Html Css Color HEX #78114C Pompadour

📋 copy color: '#78114C'

red 120 ◦ green 17 ◦ blue 76

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

Shades of Pompadour #78114C

Tints of Pompadour #78114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

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

R = 56.34%
G = 7.98%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78114C (or 0x78114C) is known color: Pompadour. HEX triplet: 78, 11 and 4C. RGB value is (120,17,76). Sum of RGB (Red+Green+Blue) = 120+17+76=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78114C is #87EEB3. Grayscale: #363636. Windows color (decimal): -8908468 or 4985208. OLE color: 4985208.

HSL color Cylindrical-coordinate representation of color #78114C: hue angle of 325.63º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78114C is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 76 -
CMYK 0 0.86 0.37 0.53
HSL 325.63º 0.75% 0.27% -
HSV(B) 325.63º 0.86% 0.47% -
XYZ 9.25 4.92 7.3 -
YUV 54.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 120 17 76 0 0.86 0.37 0.53 325.63 0.75 0.27
Hex 78 11 4C 0 56 25 35 146 4B 1B
Octal 170 21 114 0 126 45 65 506 113 33
Binary 1111000 10001 1001100 0 1010110 100101 110101 101000110 1001011 11011

Color Harmonies of #78114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78114C

Black with #78114C

Text Example


Text Example

White with #78114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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