Html Css Color HEX #780C50 Pompadour

📋 copy color: '#780C50'

red 120 ◦ green 12 ◦ blue 80

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

Shades of Pompadour #780C50

Tints of Pompadour #780C50

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.66%

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 56.6%
G = 5.66%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#780C50 (or 0x780C50) is known color: Pompadour. HEX triplet: 78, 0C and 50. RGB value is (120,12,80). Sum of RGB (Red+Green+Blue) = 120+12+80=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #780C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C50 is #87F3AF. Grayscale: #333333. Windows color (decimal): -8909744 or 5246072. OLE color: 5246072.

HSL color Cylindrical-coordinate representation of color #780C50: hue angle of 322.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C50 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 80 -
CMYK 0 0.90 0.33 0.53
HSL 322.22º 0.82% 0.26% -
HSV(B) 322.22º 0.9% 0.47% -
XYZ 9.33 4.84 8.03 -
YUV 52.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 120 12 80 0 0.90 0.33 0.53 322.22 0.82 0.26
Hex 78 C 50 0 5A 21 35 142 52 1A
Octal 170 14 120 0 132 41 65 502 122 32
Binary 1111000 1100 1010000 0 1011010 100001 110101 101000010 1010010 11010

Color Harmonies of #780C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C50

Black with #780C50

Text Example


Text Example

White with #780C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780C50; }

 p { color: rgb(120,12,80); }

 H1.HeaderClassName
 {
   color: #780C50;
 }
 .AnyTagClassName
 {
   color: #780C50;
 }
</style>

background-color css

<style>
 a { background-color: #780C50; }

 a { background-color: rgb(120,12,80); }

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

border-color css

<style>
 span { border-color: #780C50; }

 span { border-color: rgb(120,12,80); }

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