#761644

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

Shades of Pompadour #761644

Tints of Pompadour #761644

Color information

#761644 (or 0x761644) is unknown color: approx Pompadour. HEX triplet: 76, 16 and 44. RGB value is (118,22,68). Sum of RGB (Red+Green+Blue) = 118+22+68=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761644 is #89E9BB. Grayscale: #373737. Windows color (decimal): -9038268 or 4462198. OLE color: 4462198.

HSL color Cylindrical-coordinate representation of color #761644: hue angle of 331.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761644 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1182268-
CMYK00.810.420.54
HSL331.25º68.57%27.45%-
HSV(B)331.25º81.36%46.27%-
XYZ8.84.845.94-
YUV55.95134.8172.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=56.73%
G=10.58%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118226800.810.420.54331.2568.5727.45
Hex7616440512A3614b451b
Octal166261040121526651310533
Binary111011010110100010001010001101010110110101001011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761644; }

 p { color: rgb(118,22,68); }

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

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

 a { background-color: rgb(118,22,68); }

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

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

 span { border-color: rgb(118,22,68); }

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