#78104C

Color #78104C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #78104C

Tints of Pompadour #78104C

Color information

#78104C (or 0x78104C) is unknown color: approx 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

RGB1201676-
CMYK00.870.370.53
HSL325.38º76.47%26.67%-
HSV(B)325.38º86.67%47.06%-
XYZ9.244.897.29-
YUV53.94140.46175.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=56.60%
G=7.55%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120167600.870.370.53325.3876.4726.67
Hex78104C05725351454c1b
Octal170201140127456550511433
Binary111100010000100110001010111100101110101101000101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>