#770710

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

Shades of Burgundy #770710

Tints of Burgundy #770710

Color information

#770710 (or 0x770710) is unknown color: approx Burgundy. HEX triplet: 77, 07 and 10. RGB value is (119,7,16). Sum of RGB (Red+Green+Blue) = 119+7+16=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770710 is #88F8EF. Grayscale: #292929. Windows color (decimal): -8976624 or 1050487. OLE color: 1050487.

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

Color convert

RGB119716-
CMYK00.940.870.53
HSL355.18º88.89%24.71%-
HSV(B)355.18º94.12%46.67%-
XYZ7.784.110.87-
YUV41.51113.61183.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.80%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=83.80%
G=4.93%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11971600.940.870.53355.1888.8924.71
Hex7771005E57351635919
Octal16772001361276554313131
Binary111011111110000010111101010111110101101100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770710; }

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

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

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

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

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

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

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

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