#771E3E

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

Shades of Pompadour #771E3E

Tints of Pompadour #771E3E

Color information

#771E3E (or 0x771E3E) is unknown color: approx Pompadour. HEX triplet: 77, 1E and 3E. RGB value is (119,30,62). Sum of RGB (Red+Green+Blue) = 119+30+62=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3E is #88E1C1. Grayscale: #3C3C3C. Windows color (decimal): -8970690 or 4071031. OLE color: 4071031.

HSL color Cylindrical-coordinate representation of color #771E3E: hue angle of 338.43º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E3E is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1193062-
CMYK00.750.480.53
HSL338.43º59.73%29.22%-
HSV(B)338.43º74.79%46.67%-
XYZ8.945.25.09-
YUV60.26128.99169.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=56.40%
G=14.22%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119306200.750.480.53338.4359.7329.22
Hex771E3E04B30351523c1d
Octal1673676011360655227435
Binary1110111111101111100100101111000011010110101001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771E3E; }

 p { color: rgb(119,30,62); }

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

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

 a { background-color: rgb(119,30,62); }

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

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

 span { border-color: rgb(119,30,62); }

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