#762146

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

Shades of Pompadour #762146

Tints of Pompadour #762146

Color information

#762146 (or 0x762146) is unknown color: approx Pompadour. HEX triplet: 76, 21 and 46. RGB value is (118,33,70). Sum of RGB (Red+Green+Blue) = 118+33+70=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #762146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762146 is #89DEB9. Grayscale: #3E3E3E. Windows color (decimal): -9035450 or 4596086. OLE color: 4596086.

HSL color Cylindrical-coordinate representation of color #762146: hue angle of 333.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762146 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1183370-
CMYK00.720.410.54
HSL333.88º56.29%29.61%-
HSV(B)333.88º72.03%46.27%-
XYZ9.125.386.35-
YUV62.63132.16167.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=53.39%
G=14.93%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118337000.720.410.54333.8856.2929.61
Hex762146048293614e381e
Octal16641106011051665167036
Binary111011010000110001100100100010100111011010100111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762146; }

 p { color: rgb(118,33,70); }

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

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

 a { background-color: rgb(118,33,70); }

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

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

 span { border-color: rgb(118,33,70); }

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