#770E43

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

Shades of Pompadour #770E43

Tints of Pompadour #770E43

Color information

#770E43 (or 0x770E43) is unknown color: approx Pompadour. HEX triplet: 77, 0E and 43. RGB value is (119,14,67). Sum of RGB (Red+Green+Blue) = 119+14+67=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #770E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E43 is #88F1BC. Grayscale: #333333. Windows color (decimal): -8974781 or 4394615. OLE color: 4394615.

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

Color convert

RGB1191467-
CMYK00.880.440.53
HSL329.71º78.95%26.08%-
HSV(B)329.71º88.24%46.67%-
XYZ8.784.645.74-
YUV51.44136.79176.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 14 (5.86% from 255) = 7%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=59.5%
G=7%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119146700.880.440.53329.7178.9526.08
Hex77E430582C3514a4f1a
Octal167161030130546551211732
Binary11101111110100001101011000101100110101101001010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,14,67); }

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

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

 a { background-color: rgb(119,14,67); }

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

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

 span { border-color: rgb(119,14,67); }

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