#761F4F

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

Shades of Pompadour #761F4F

Tints of Pompadour #761F4F

Color information

#761F4F (or 0x761F4F) is unknown color: approx Pompadour. HEX triplet: 76, 1F and 4F. RGB value is (118,31,79). Sum of RGB (Red+Green+Blue) = 118+31+79=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #761F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761F4F is #89E0B0. Grayscale: #3E3E3E. Windows color (decimal): -9035953 or 5185398. OLE color: 5185398.

HSL color Cylindrical-coordinate representation of color #761F4F: hue angle of 326.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F4F is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1183179-
CMYK00.740.330.54
HSL326.9º58.39%29.22%-
HSV(B)326.9º73.73%46.27%-
XYZ9.375.47.94-
YUV62.48137.32167.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=51.75%
G=13.60%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118317900.740.330.54326.958.3929.22
Hex761F4F04A21361473a1d
Octal16637117011241665077235
Binary11101101111110011110100101010000111011010100011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,31,79); }

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

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

 a { background-color: rgb(118,31,79); }

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

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

 span { border-color: rgb(118,31,79); }

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