#770720

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

Shades of Burgundy #770720

Tints of Burgundy #770720

Color information

#770720 (or 0x770720) is unknown color: approx Burgundy. HEX triplet: 77, 07 and 20. RGB value is (119,7,32). Sum of RGB (Red+Green+Blue) = 119+7+32=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #770720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770720 is #88F8DF. Grayscale: #2B2B2B. Windows color (decimal): -8976608 or 2099063. OLE color: 2099063.

HSL color Cylindrical-coordinate representation of color #770720: hue angle of 346.61º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770720 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB119732-
CMYK00.940.730.53
HSL346.61º88.89%24.71%-
HSV(B)346.61º94.12%46.67%-
XYZ7.944.181.75-
YUV43.34121.61181.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.32%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=75.32%
G=4.43%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11973200.940.730.53346.6188.8924.71
Hex7772005E493515b5919
Octal16774001361116553313131
Binary1110111111100000010111101001001110101101011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770720; }

 p { color: rgb(119,7,32); }

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

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

 a { background-color: rgb(119,7,32); }

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

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

 span { border-color: rgb(119,7,32); }

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