Html Css Color HEX #78204C Pompadour

📋 copy color: '#78204C'

red 120 ◦ green 32 ◦ blue 76

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

Shades of Pompadour #78204C

Tints of Pompadour #78204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

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

R = 52.63%
G = 14.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78204C (or 0x78204C) is known color: Pompadour. HEX triplet: 78, 20 and 4C. RGB value is (120,32,76). Sum of RGB (Red+Green+Blue) = 120+32+76=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78204C is #87DFB3. Grayscale: #3F3F3F. Windows color (decimal): -8904628 or 4989048. OLE color: 4989048.

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

Color convert

RGB 120 32 76 -
CMYK 0 0.73 0.37 0.53
HSL 330º 0.58% 0.3% -
HSV(B) 330º 0.73% 0.47% -
XYZ 9.57 5.55 7.4 -
YUV 63.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 120 32 76 0 0.73 0.37 0.53 330 0.58 0.3
Hex 78 20 4C 0 49 25 35 14A 3A 1E
Octal 170 40 114 0 111 45 65 512 72 36
Binary 1111000 100000 1001100 0 1001001 100101 110101 101001010 111010 11110

Color Harmonies of #78204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78204C

Black with #78204C

Text Example


Text Example

White with #78204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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