#761945

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

Shades of Pompadour #761945

Tints of Pompadour #761945

Color information

#761945 (or 0x761945) is unknown color: approx Pompadour. HEX triplet: 76, 19 and 45. RGB value is (118,25,69). Sum of RGB (Red+Green+Blue) = 118+25+69=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #761945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761945 is #89E6BA. Grayscale: #393939. Windows color (decimal): -9037499 or 4528502. OLE color: 4528502.

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

Color convert

RGB1182569-
CMYK00.790.420.54
HSL331.61º65.03%28.04%-
HSV(B)331.61º78.81%46.27%-
XYZ8.894.986.12-
YUV57.82134.31170.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=55.66%
G=11.79%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118256900.790.420.54331.6165.0328.04
Hex76194504F2A3614c411c
Octal166311050117526651410134
Binary111011011001100010101001111101010110110101001100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761945; }

 p { color: rgb(118,25,69); }

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

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

 a { background-color: rgb(118,25,69); }

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

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

 span { border-color: rgb(118,25,69); }

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