Html Css Color HEX #78204B Pompadour

📋 copy color: '#78204B'

red 120 ◦ green 32 ◦ blue 75

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

Shades of Pompadour #78204B

Tints of Pompadour #78204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 52.86%
G = 14.1%
B = 33.04%

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

#78204B (or 0x78204B) is known color: Pompadour. HEX triplet: 78, 20 and 4B. RGB value is (120,32,75). Sum of RGB (Red+Green+Blue) = 120+32+75=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #78204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78204B is #87DFB4. Grayscale: #3F3F3F. Windows color (decimal): -8904629 or 4923512. OLE color: 4923512.

HSL color Cylindrical-coordinate representation of color #78204B: hue angle of 330.68º 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 #78204B is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 75 -
CMYK 0 0.73 0.37 0.53
HSL 330.68º 0.58% 0.3% -
HSV(B) 330.68º 0.73% 0.47% -
XYZ 9.53 5.53 7.22 -
YUV 63.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 120 32 75 0 0.73 0.37 0.53 330.68 0.58 0.3
Hex 78 20 4B 0 49 25 35 14B 3A 1E
Octal 170 40 113 0 111 45 65 513 72 36
Binary 1111000 100000 1001011 0 1001001 100101 110101 101001011 111010 11110

Color Harmonies of #78204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78204B

Black with #78204B

Text Example


Text Example

White with #78204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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