Html Css Color HEX #780F4F Pompadour

📋 copy color: '#780F4F'

red 120 ◦ green 15 ◦ blue 79

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

Shades of Pompadour #780F4F

Tints of Pompadour #780F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 56.07%
G = 7.01%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#780F4F (or 0x780F4F) is known color: Pompadour. HEX triplet: 78, 0F and 4F. RGB value is (120,15,79). Sum of RGB (Red+Green+Blue) = 120+15+79=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #780F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F4F is #87F0B0. Grayscale: #353535. Windows color (decimal): -8908977 or 5181304. OLE color: 5181304.

HSL color Cylindrical-coordinate representation of color #780F4F: hue angle of 323.43º 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 #780F4F is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 79 -
CMYK 0 0.87 0.34 0.53
HSL 323.43º 0.78% 0.26% -
HSV(B) 323.43º 0.88% 0.47% -
XYZ 9.33 4.9 7.85 -
YUV 53.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 120 15 79 0 0.87 0.34 0.53 323.43 0.78 0.26
Hex 78 F 4F 0 57 22 35 143 4E 1A
Octal 170 17 117 0 127 42 65 503 116 32
Binary 1111000 1111 1001111 0 1010111 100010 110101 101000011 1001110 11010

Color Harmonies of #780F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F4F

Black with #780F4F

Text Example


Text Example

White with #780F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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