#770F47

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

Shades of Pompadour #770F47

Tints of Pompadour #770F47

Color information

#770F47 (or 0x770F47) is unknown color: approx Pompadour. HEX triplet: 77, 0F and 47. RGB value is (119,15,71). Sum of RGB (Red+Green+Blue) = 119+15+71=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F47 is #88F0B8. Grayscale: #343434. Windows color (decimal): -8974521 or 4657015. OLE color: 4657015.

HSL color Cylindrical-coordinate representation of color #770F47: hue angle of 327.69º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F47 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1191571-
CMYK00.870.400.53
HSL327.69º77.61%26.27%-
HSV(B)327.69º87.39%46.67%-
XYZ8.924.726.4-
YUV52.48138.46175.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 15 (6.25% from 255) = 7.32%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=58.05%
G=7.32%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119157100.870.400.53327.6977.6126.27
Hex77F4705728351484e1a
Octal167171070127506551011632
Binary11101111111100011101010111101000110101101001000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770F47; }

 p { color: rgb(119,15,71); }

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

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

 a { background-color: rgb(119,15,71); }

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

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

 span { border-color: rgb(119,15,71); }

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