#761354

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

Shades of Pompadour #761354

Tints of Pompadour #761354

Color information

#761354 (or 0x761354) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 54. RGB value is (118,19,84). Sum of RGB (Red+Green+Blue) = 118+19+84=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #761354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761354 is #89ECAB. Grayscale: #373737. Windows color (decimal): -9039020 or 5510006. OLE color: 5510006.

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

Color convert

RGB1181984-
CMYK00.840.290.54
HSL320.61º72.26%26.86%-
HSV(B)320.61º83.9%46.27%-
XYZ9.34.968.85-
YUV56.01143.8172.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=53.39%
G=8.60%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118198400.840.290.54320.6172.2626.86
Hex7613540541D36141481b
Octal166231240124356650111033
Binary11101101001110101000101010011101110110101000001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761354; }

 p { color: rgb(118,19,84); }

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

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

 a { background-color: rgb(118,19,84); }

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

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

 span { border-color: rgb(118,19,84); }

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