#762142

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

Shades of Pompadour #762142

Tints of Pompadour #762142

Color information

#762142 (or 0x762142) is unknown color: approx Pompadour. HEX triplet: 76, 21 and 42. RGB value is (118,33,66). Sum of RGB (Red+Green+Blue) = 118+33+66=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #762142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762142 is #89DEBD. Grayscale: #3E3E3E. Windows color (decimal): -9035454 or 4333942. OLE color: 4333942.

HSL color Cylindrical-coordinate representation of color #762142: hue angle of 336.71º 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 #762142 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1183366-
CMYK00.720.440.54
HSL336.71º56.29%29.61%-
HSV(B)336.71º72.03%46.27%-
XYZ95.335.71-
YUV62.18130.16167.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=54.38%
G=15.21%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118336600.720.440.54336.7156.2929.61
Hex7621420482C36151381e
Octal16641102011054665217036
Binary111011010000110000100100100010110011011010101000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762142; }

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

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

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

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

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

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

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

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