#781655

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

Shades of Pompadour #781655

Tints of Pompadour #781655

Color information

#781655 (or 0x781655) is unknown color: approx Pompadour. HEX triplet: 78, 16 and 55. RGB value is (120,22,85). Sum of RGB (Red+Green+Blue) = 120+22+85=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #781655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781655 is #87E9AA. Grayscale: #3A3A3A. Windows color (decimal): -8907179 or 5576312. OLE color: 5576312.

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

Color convert

RGB1202285-
CMYK00.820.290.53
HSL321.43º69.01%27.84%-
HSV(B)321.43º81.67%47.06%-
XYZ9.675.229.09-
YUV58.48142.97171.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=52.86%
G=9.69%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120228500.820.290.53321.4369.0127.84
Hex7816550521D35141451c
Octal170261250122356550110534
Binary11110001011010101010101001011101110101101000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781655; }

 p { color: rgb(120,22,85); }

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

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

 a { background-color: rgb(120,22,85); }

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

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

 span { border-color: rgb(120,22,85); }

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