#761E4F

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

Shades of Pompadour #761E4F

Tints of Pompadour #761E4F

Color information

#761E4F (or 0x761E4F) is unknown color: approx Pompadour. HEX triplet: 76, 1E and 4F. RGB value is (118,30,79). Sum of RGB (Red+Green+Blue) = 118+30+79=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #761E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E4F is #89E1B0. Grayscale: #3D3D3D. Windows color (decimal): -9036209 or 5185142. OLE color: 5185142.

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

Color convert

RGB1183079-
CMYK00.750.330.54
HSL326.59º59.46%29.02%-
HSV(B)326.59º74.58%46.27%-
XYZ9.355.347.94-
YUV61.9137.65168.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=51.98%
G=13.22%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118307900.750.330.54326.5959.4629.02
Hex761E4F04B21361473b1d
Octal16636117011341665077335
Binary11101101111010011110100101110000111011010100011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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