#762246

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

Shades of Pompadour #762246

Tints of Pompadour #762246

Color information

#762246 (or 0x762246) is unknown color: approx Pompadour. HEX triplet: 76, 22 and 46. RGB value is (118,34,70). Sum of RGB (Red+Green+Blue) = 118+34+70=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #762246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762246 is #89DDB9. Grayscale: #3F3F3F. Windows color (decimal): -9035194 or 4596342. OLE color: 4596342.

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

Color convert

RGB1183470-
CMYK00.710.410.54
HSL334.29º55.26%29.8%-
HSV(B)334.29º71.19%46.27%-
XYZ9.155.446.36-
YUV63.22131.83167.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=53.15%
G=15.32%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118347000.710.410.54334.2955.2629.8
Hex762246047293614e371e
Octal16642106010751665166736
Binary111011010001010001100100011110100111011010100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762246; }

 p { color: rgb(118,34,70); }

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

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

 a { background-color: rgb(118,34,70); }

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

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

 span { border-color: rgb(118,34,70); }

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