#781753

Color #781753 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #781753

Tints of Pompadour #781753

Color information

#781753 (or 0x781753) is unknown color: approx Pompadour. HEX triplet: 78, 17 and 53. RGB value is (120,23,83). Sum of RGB (Red+Green+Blue) = 120+23+83=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #781753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781753 is #87E8AC. Grayscale: #3A3A3A. Windows color (decimal): -8906925 or 5445496. OLE color: 5445496.

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

Color convert

RGB1202383-
CMYK00.810.310.53
HSL322.89º67.83%28.04%-
HSV(B)322.89º80.83%47.06%-
XYZ9.615.238.69-
YUV58.84141.64171.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=53.10%
G=10.18%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120238300.810.310.53322.8967.8328.04
Hex7817530511F35143441c
Octal170271230121376550310434
Binary11110001011110100110101000111111110101101000011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781753; }

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

 H1.HeaderClassName
 {
   color: #781753;
 }
 .AnyTagClassName
 {
   color: #781753;
 }
</style>
background-color css

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

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

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

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

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

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