Html Css Color HEX #78104C Pompadour

📋 copy color: '#78104C'

red 120 ◦ green 16 ◦ blue 76

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

Shades of Pompadour #78104C

Tints of Pompadour #78104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 56.6%
G = 7.55%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78104C (or 0x78104C) is known color: Pompadour. HEX triplet: 78, 10 and 4C. RGB value is (120,16,76). Sum of RGB (Red+Green+Blue) = 120+16+76=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #78104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78104C is #87EFB3. Grayscale: #353535. Windows color (decimal): -8908724 or 4984952. OLE color: 4984952.

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

Color convert

RGB 120 16 76 -
CMYK 0 0.87 0.37 0.53
HSL 325.38º 0.76% 0.27% -
HSV(B) 325.38º 0.87% 0.47% -
XYZ 9.24 4.89 7.29 -
YUV 53.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 120 16 76 0 0.87 0.37 0.53 325.38 0.76 0.27
Hex 78 10 4C 0 57 25 35 145 4C 1B
Octal 170 20 114 0 127 45 65 505 114 33
Binary 1111000 10000 1001100 0 1010111 100101 110101 101000101 1001100 11011

Color Harmonies of #78104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78104C

Black with #78104C

Text Example


Text Example

White with #78104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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