#762052

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

Shades of Pompadour #762052

Tints of Pompadour #762052

Color information

#762052 (or 0x762052) is unknown color: approx Pompadour. HEX triplet: 76, 20 and 52. RGB value is (118,32,82). Sum of RGB (Red+Green+Blue) = 118+32+82=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #762052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762052 is #89DFAD. Grayscale: #3F3F3F. Windows color (decimal): -9035694 or 5382262. OLE color: 5382262.

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

Color convert

RGB1183282-
CMYK00.730.310.54
HSL325.12º57.33%29.41%-
HSV(B)325.12º72.88%46.27%-
XYZ9.515.498.54-
YUV63.41138.49166.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=50.86%
G=13.79%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118328200.730.310.54325.1257.3329.41
Hex7620520491F36145391d
Octal16640122011137665057135
Binary11101101000001010010010010011111111011010100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762052; }

 p { color: rgb(118,32,82); }

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

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

 a { background-color: rgb(118,32,82); }

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

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

 span { border-color: rgb(118,32,82); }

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