#770711

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

Shades of Burgundy #770711

Tints of Burgundy #770711

Color information

#770711 (or 0x770711) is unknown color: approx Burgundy. HEX triplet: 77, 07 and 11. RGB value is (119,7,17). Sum of RGB (Red+Green+Blue) = 119+7+17=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770711 is #88F8EE. Grayscale: #292929. Windows color (decimal): -8976623 or 1116023. OLE color: 1116023.

HSL color Cylindrical-coordinate representation of color #770711: hue angle of 354.64º 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 #770711 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB119717-
CMYK00.940.860.53
HSL354.64º88.89%24.71%-
HSV(B)354.64º94.12%46.67%-
XYZ7.784.110.91-
YUV41.63114.11183.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.22%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=83.22%
G=4.90%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11971700.940.860.53354.6488.8924.71
Hex7771105E56351635919
Octal16772101361266554313131
Binary111011111110001010111101010110110101101100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770711; }

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

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

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

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

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

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

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

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