#762140

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

Shades of Pompadour #762140

Tints of Pompadour #762140

Color information

#762140 (or 0x762140) is unknown color: approx Pompadour. HEX triplet: 76, 21 and 40. RGB value is (118,33,64). Sum of RGB (Red+Green+Blue) = 118+33+64=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #762140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762140 is #89DEBF. Grayscale: #3D3D3D. Windows color (decimal): -9035456 or 4202870. OLE color: 4202870.

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

Color convert

RGB1183364-
CMYK00.720.460.54
HSL338.12º56.29%29.61%-
HSV(B)338.12º72.03%46.27%-
XYZ8.945.315.4-
YUV61.95129.16167.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=54.88%
G=15.35%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118336400.720.460.54338.1256.2929.61
Hex7621400482E36152381e
Octal16641100011056665227036
Binary111011010000110000000100100010111011011010101001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762140; }

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

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

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

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

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

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

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

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