#761C48

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

Shades of Pompadour #761C48

Tints of Pompadour #761C48

Color information

#761C48 (or 0x761C48) is unknown color: approx Pompadour. HEX triplet: 76, 1C and 48. RGB value is (118,28,72). Sum of RGB (Red+Green+Blue) = 118+28+72=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #761C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C48 is #89E3B7. Grayscale: #3B3B3B. Windows color (decimal): -9036728 or 4725878. OLE color: 4725878.

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

Color convert

RGB1182872-
CMYK00.760.390.54
HSL330.67º61.64%28.63%-
HSV(B)330.67º76.27%46.27%-
XYZ9.065.156.65-
YUV59.93134.82169.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=54.13%
G=12.84%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118287200.760.390.54330.6761.6428.63
Hex761C4804C273614b3e1d
Octal16634110011447665137635
Binary11101101110010010000100110010011111011010100101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,28,72); }

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

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

 a { background-color: rgb(118,28,72); }

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

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

 span { border-color: rgb(118,28,72); }

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