Html Css Color HEX #78124C Pompadour

📋 copy color: '#78124C'

red 120 ◦ green 18 ◦ blue 76

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

Shades of Pompadour #78124C

Tints of Pompadour #78124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 56.07%
G = 8.41%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78124C (or 0x78124C) is known color: Pompadour. HEX triplet: 78, 12 and 4C. RGB value is (120,18,76). Sum of RGB (Red+Green+Blue) = 120+18+76=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78124C is #87EDB3. Grayscale: #363636. Windows color (decimal): -8908212 or 4985464. OLE color: 4985464.

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

Color convert

RGB 120 18 76 -
CMYK 0 0.85 0.37 0.53
HSL 325.88º 0.74% 0.27% -
HSV(B) 325.88º 0.85% 0.47% -
XYZ 9.27 4.95 7.3 -
YUV 55.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 120 18 76 0 0.85 0.37 0.53 325.88 0.74 0.27
Hex 78 12 4C 0 55 25 35 146 4A 1B
Octal 170 22 114 0 125 45 65 506 112 33
Binary 1111000 10010 1001100 0 1010101 100101 110101 101000110 1001010 11011

Color Harmonies of #78124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78124C

Black with #78124C

Text Example


Text Example

White with #78124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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