#762046

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

Shades of Pompadour #762046

Tints of Pompadour #762046

Color information

#762046 (or 0x762046) is unknown color: approx Pompadour. HEX triplet: 76, 20 and 46. RGB value is (118,32,70). Sum of RGB (Red+Green+Blue) = 118+32+70=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #762046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762046 is #89DFB9. Grayscale: #3D3D3D. Windows color (decimal): -9035706 or 4595830. OLE color: 4595830.

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

Color convert

RGB1183270-
CMYK00.730.410.54
HSL333.49º57.33%29.41%-
HSV(B)333.49º72.88%46.27%-
XYZ9.095.336.34-
YUV62.05132.49167.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=53.64%
G=14.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118327000.730.410.54333.4957.3329.41
Hex762046049293614d391d
Octal16640106011151665157135
Binary111011010000010001100100100110100111011010100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762046; }

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

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

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

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

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

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

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

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