#761657

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

Shades of Pompadour #761657

Tints of Pompadour #761657

Color information

#761657 (or 0x761657) is unknown color: approx Pompadour. HEX triplet: 76, 16 and 57. RGB value is (118,22,87). Sum of RGB (Red+Green+Blue) = 118+22+87=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #761657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761657 is #89E9A8. Grayscale: #393939. Windows color (decimal): -9038249 or 5707382. OLE color: 5707382.

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

Color convert

RGB1182287-
CMYK00.810.260.54
HSL319.38º68.57%27.45%-
HSV(B)319.38º81.36%46.27%-
XYZ9.485.119.5-
YUV58.11144.3170.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=51.98%
G=9.69%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118228700.810.260.54319.3868.5727.45
Hex7616570511A3613f451b
Octal166261270121326647710533
Binary11101101011010101110101000111010110110100111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761657; }

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

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

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

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

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

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

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

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