#770E3A

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

Shades of Pompadour #770E3A

Tints of Pompadour #770E3A

Color information

#770E3A (or 0x770E3A) is unknown color: approx Pompadour. HEX triplet: 77, 0E and 3A. RGB value is (119,14,58). Sum of RGB (Red+Green+Blue) = 119+14+58=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #770E3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E3A is #88F1C5. Grayscale: #323232. Windows color (decimal): -8974790 or 3804791. OLE color: 3804791.

HSL color Cylindrical-coordinate representation of color #770E3A: hue angle of 334.86º 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 #770E3A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1191458-
CMYK00.880.510.53
HSL334.86º78.95%26.08%-
HSV(B)334.86º88.24%46.67%-
XYZ8.534.544.43-
YUV50.41132.29176.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 14 (5.86% from 255) = 7.33%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=62.30%
G=7.33%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119145800.880.510.53334.8678.9526.08
Hex77E3A058333514f4f1a
Octal16716720130636551711732
Binary1110111111011101001011000110011110101101001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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