#761B40

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

Shades of Pompadour #761B40

Tints of Pompadour #761B40

Color information

#761B40 (or 0x761B40) is unknown color: approx Pompadour. HEX triplet: 76, 1B and 40. RGB value is (118,27,64). Sum of RGB (Red+Green+Blue) = 118+27+64=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #761B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B40 is #89E4BF. Grayscale: #3A3A3A. Windows color (decimal): -9036992 or 4201334. OLE color: 4201334.

HSL color Cylindrical-coordinate representation of color #761B40: hue angle of 335.6º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B40 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1182764-
CMYK00.770.460.54
HSL335.6º62.76%28.43%-
HSV(B)335.6º77.12%46.27%-
XYZ8.795.015.35-
YUV58.43131.15170.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=56.46%
G=12.92%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118276400.770.460.54335.662.7628.43
Hex761B4004D2E361503f1c
Octal16633100011556665207734
Binary11101101101110000000100110110111011011010101000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,27,64); }

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

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

 a { background-color: rgb(118,27,64); }

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

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

 span { border-color: rgb(118,27,64); }

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