Html Css Color HEX #780F50 Pompadour

📋 copy color: '#780F50'

red 120 ◦ green 15 ◦ blue 80

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

Shades of Pompadour #780F50

Tints of Pompadour #780F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.98%

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

R = 55.81%
G = 6.98%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#780F50 (or 0x780F50) is known color: Pompadour. HEX triplet: 78, 0F and 50. RGB value is (120,15,80). Sum of RGB (Red+Green+Blue) = 120+15+80=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #780F50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F50 is #87F0AF. Grayscale: #353535. Windows color (decimal): -8908976 or 5246840. OLE color: 5246840.

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

Color convert

RGB 120 15 80 -
CMYK 0 0.87 0.33 0.53
HSL 322.86º 0.78% 0.26% -
HSV(B) 322.86º 0.88% 0.47% -
XYZ 9.36 4.91 8.04 -
YUV 53.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 120 15 80 0 0.87 0.33 0.53 322.86 0.78 0.26
Hex 78 F 50 0 57 21 35 143 4E 1A
Octal 170 17 120 0 127 41 65 503 116 32
Binary 1111000 1111 1010000 0 1010111 100001 110101 101000011 1001110 11010

Color Harmonies of #780F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F50

Black with #780F50

Text Example


Text Example

White with #780F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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