Html Css Color HEX #781750 Pompadour

📋 copy color: '#781750'

red 120 ◦ green 23 ◦ blue 80

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

Shades of Pompadour #781750

Tints of Pompadour #781750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 53.81%
G = 10.31%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#781750 (or 0x781750) is known color: Pompadour. HEX triplet: 78, 17 and 50. RGB value is (120,23,80). Sum of RGB (Red+Green+Blue) = 120+23+80=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #781750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781750 is #87E8AF. Grayscale: #3A3A3A. Windows color (decimal): -8906928 or 5248888. OLE color: 5248888.

HSL color Cylindrical-coordinate representation of color #781750: hue angle of 324.74º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781750 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 23 80 -
CMYK 0 0.81 0.33 0.53
HSL 324.74º 0.68% 0.28% -
HSV(B) 324.74º 0.81% 0.47% -
XYZ 9.5 5.19 8.09 -
YUV 58.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 120 23 80 0 0.81 0.33 0.53 324.74 0.68 0.28
Hex 78 17 50 0 51 21 35 145 44 1C
Octal 170 27 120 0 121 41 65 505 104 34
Binary 1111000 10111 1010000 0 1010001 100001 110101 101000101 1000100 11100

Color Harmonies of #781750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781750

Black with #781750

Text Example


Text Example

White with #781750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781750; }

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

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

background-color css

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

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

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

border-color css

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

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

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