Html Css Color HEX #781756 Pompadour

📋 copy color: '#781756'

red 120 ◦ green 23 ◦ blue 86

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

Shades of Pompadour #781756

Tints of Pompadour #781756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.55%

R = 52.4%
G = 10.04%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#781756 (or 0x781756) is known color: Pompadour. HEX triplet: 78, 17 and 56. RGB value is (120,23,86). Sum of RGB (Red+Green+Blue) = 120+23+86=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #781756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781756 is #87E8A9. Grayscale: #3B3B3B. Windows color (decimal): -8906922 or 5642104. OLE color: 5642104.

HSL color Cylindrical-coordinate representation of color #781756: hue angle of 321.03º 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 #781756 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 23 86 -
CMYK 0 0.81 0.28 0.53
HSL 321.03º 0.68% 0.28% -
HSV(B) 321.03º 0.81% 0.47% -
XYZ 9.73 5.28 9.31 -
YUV 59.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 120 23 86 0 0.81 0.28 0.53 321.03 0.68 0.28
Hex 78 17 56 0 51 1C 35 141 44 1C
Octal 170 27 126 0 121 34 65 501 104 34
Binary 1111000 10111 1010110 0 1010001 11100 110101 101000001 1000100 11100

Color Harmonies of #781756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781756

Black with #781756

Text Example


Text Example

White with #781756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781756; }

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

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

background-color css

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

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

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

border-color css

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

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

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