#761057

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

Shades of Pompadour #761057

Tints of Pompadour #761057

Color information

#761057 (or 0x761057) is unknown color: approx Pompadour. HEX triplet: 76, 10 and 57. RGB value is (118,16,87). Sum of RGB (Red+Green+Blue) = 118+16+87=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #761057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761057 is #89EFA8. Grayscale: #363636. Windows color (decimal): -9039785 or 5705846. OLE color: 5705846.

HSL color Cylindrical-coordinate representation of color #761057: hue angle of 318.24º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761057 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1181687-
CMYK00.860.260.54
HSL318.24º76.12%26.27%-
HSV(B)318.24º86.44%46.27%-
XYZ9.384.919.47-
YUV54.59146.29173.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=53.39%
G=7.24%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118168700.860.260.54318.2476.1226.27
Hex7610570561A3613e4c1a
Octal166201270126326647611432
Binary11101101000010101110101011011010110110100111110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761057; }

 p { color: rgb(118,16,87); }

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

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

 a { background-color: rgb(118,16,87); }

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

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

 span { border-color: rgb(118,16,87); }

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