Html Css Color HEX #78124F Pompadour

📋 copy color: '#78124F'

red 120 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #78124F

Tints of Pompadour #78124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 55.3%
G = 8.29%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78124F (or 0x78124F) is known color: Pompadour. HEX triplet: 78, 12 and 4F. RGB value is (120,18,79). Sum of RGB (Red+Green+Blue) = 120+18+79=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78124F is #87EDB0. Grayscale: #373737. Windows color (decimal): -8908209 or 5182072. OLE color: 5182072.

HSL color Cylindrical-coordinate representation of color #78124F: hue angle of 324.12º 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 #78124F is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 79 -
CMYK 0 0.85 0.34 0.53
HSL 324.12º 0.74% 0.27% -
HSV(B) 324.12º 0.85% 0.47% -
XYZ 9.37 4.99 7.87 -
YUV 55.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 120 18 79 0 0.85 0.34 0.53 324.12 0.74 0.27
Hex 78 12 4F 0 55 22 35 144 4A 1B
Octal 170 22 117 0 125 42 65 504 112 33
Binary 1111000 10010 1001111 0 1010101 100010 110101 101000100 1001010 11011

Color Harmonies of #78124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78124F

Black with #78124F

Text Example


Text Example

White with #78124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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