#761653

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

Shades of Pompadour #761653

Tints of Pompadour #761653

Color information

#761653 (or 0x761653) is unknown color: approx Pompadour. HEX triplet: 76, 16 and 53. RGB value is (118,22,83). Sum of RGB (Red+Green+Blue) = 118+22+83=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761653 is #89E9AC. Grayscale: #393939. Windows color (decimal): -9038253 or 5445238. OLE color: 5445238.

HSL color Cylindrical-coordinate representation of color #761653: hue angle of 321.88º 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 #761653 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1182283-
CMYK00.810.300.54
HSL321.88º68.57%27.45%-
HSV(B)321.88º81.36%46.27%-
XYZ9.325.058.67-
YUV57.66142.3171.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=52.91%
G=9.87%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118228300.810.300.54321.8868.5727.45
Hex7616530511E36142451b
Octal166261230121366650210533
Binary11101101011010100110101000111110110110101000010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761653; }

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

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

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

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

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

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

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

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