#771357

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

Shades of Pompadour #771357

Tints of Pompadour #771357

Color information

#771357 (or 0x771357) is unknown color: approx Pompadour. HEX triplet: 77, 13 and 57. RGB value is (119,19,87). Sum of RGB (Red+Green+Blue) = 119+19+87=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #771357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771357 is #88ECA8. Grayscale: #383838. Windows color (decimal): -8973481 or 5706615. OLE color: 5706615.

HSL color Cylindrical-coordinate representation of color #771357: hue angle of 319.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771357 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1191987-
CMYK00.840.270.53
HSL319.2º72.46%27.06%-
HSV(B)319.2º84.03%46.67%-
XYZ9.565.089.49-
YUV56.65145.13172.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=52.89%
G=8.44%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119198700.840.270.53319.272.4627.06
Hex7713570541B3513f481b
Octal167231270124336547711033
Binary11101111001110101110101010011011110101100111111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771357; }

 p { color: rgb(119,19,87); }

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

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

 a { background-color: rgb(119,19,87); }

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

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

 span { border-color: rgb(119,19,87); }

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