#771845

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

Shades of Pompadour #771845

Tints of Pompadour #771845

Color information

#771845 (or 0x771845) is unknown color: approx Pompadour. HEX triplet: 77, 18 and 45. RGB value is (119,24,69). Sum of RGB (Red+Green+Blue) = 119+24+69=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771845 is #88E7BA. Grayscale: #393939. Windows color (decimal): -8972219 or 4528247. OLE color: 4528247.

HSL color Cylindrical-coordinate representation of color #771845: hue angle of 331.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771845 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1192469-
CMYK00.800.420.53
HSL331.58º66.43%28.04%-
HSV(B)331.58º79.83%46.67%-
XYZ9.0156.12-
YUV57.54134.47171.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=56.13%
G=11.32%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119246900.800.420.53331.5866.4328.04
Hex7718450502A3514c421c
Octal167301050120526551410234
Binary111011111000100010101010000101010110101101001100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771845; }

 p { color: rgb(119,24,69); }

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

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

 a { background-color: rgb(119,24,69); }

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

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

 span { border-color: rgb(119,24,69); }

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