#761B4E

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

Shades of Pompadour #761B4E

Tints of Pompadour #761B4E

Color information

#761B4E (or 0x761B4E) is unknown color: approx Pompadour. HEX triplet: 76, 1B and 4E. RGB value is (118,27,78). Sum of RGB (Red+Green+Blue) = 118+27+78=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B4E is #89E4B1. Grayscale: #3B3B3B. Windows color (decimal): -9036978 or 5118838. OLE color: 5118838.

HSL color Cylindrical-coordinate representation of color #761B4E: hue angle of 326.37º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B4E is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1182778-
CMYK00.770.340.54
HSL326.37º62.76%28.43%-
HSV(B)326.37º77.12%46.27%-
XYZ9.245.197.72-
YUV60.02138.15169.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 27 (10.94% from 255) = 12.11%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=52.91%
G=12.11%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118277800.770.340.54326.3762.7628.43
Hex761B4E04D22361463f1c
Octal16633116011542665067734
Binary11101101101110011100100110110001011011010100011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761B4E; }

 p { color: rgb(118,27,78); }

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

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

 a { background-color: rgb(118,27,78); }

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

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

 span { border-color: rgb(118,27,78); }

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