#761757

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

Shades of Pompadour #761757

Tints of Pompadour #761757

Color information

#761757 (or 0x761757) is unknown color: approx Pompadour. HEX triplet: 76, 17 and 57. RGB value is (118,23,87). Sum of RGB (Red+Green+Blue) = 118+23+87=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #761757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761757 is #89E8A8. Grayscale: #3A3A3A. Windows color (decimal): -9037993 or 5707638. OLE color: 5707638.

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

Color convert

RGB1182387-
CMYK00.810.260.54
HSL319.58º67.38%27.65%-
HSV(B)319.58º80.51%46.27%-
XYZ9.55.159.51-
YUV58.7143.97170.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 23 (9.38% from 255) = 10.09%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=51.75%
G=10.09%
B=38.16%

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
Decimal118238700.810.260.54319.5867.3827.65
Hex7617570511A36140431c
Octal166271270121326650010334
Binary11101101011110101110101000111010110110101000000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761757; }

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

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

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

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

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

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

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

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