#761650

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

Shades of Pompadour #761650

Tints of Pompadour #761650

Color information

#761650 (or 0x761650) is unknown color: approx Pompadour. HEX triplet: 76, 16 and 50. RGB value is (118,22,80). Sum of RGB (Red+Green+Blue) = 118+22+80=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #761650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761650 is #89E9AF. Grayscale: #393939. Windows color (decimal): -9038256 or 5248630. OLE color: 5248630.

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

Color convert

RGB1182280-
CMYK00.810.320.54
HSL323.75º68.57%27.45%-
HSV(B)323.75º81.36%46.27%-
XYZ9.2158.07-
YUV57.32140.8171.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=53.64%
G=10%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118228000.810.320.54323.7568.5727.45
Hex7616500512036144451b
Octal166261200121406650410533
Binary111011010110101000001010001100000110110101000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761650; }

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

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

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

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

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

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

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

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