Html Css Color HEX #770720 Burgundy

📋 copy color: '#770720'

red 119 ◦ green 7 ◦ blue 32

#770720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #770720

Tints of Burgundy #770720

RGB

 RED value IS 119 (46.88% from 255) = 75.32%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#770720 (or 0x770720) is known color: 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

RGB 119 7 32 -
CMYK 0 0.94 0.73 0.53
HSL 346.61º 0.89% 0.25% -
HSV(B) 346.61º 0.94% 0.47% -
XYZ 7.94 4.18 1.75 -
YUV 43.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 119 7 32 0 0.94 0.73 0.53 346.61 0.89 0.25
Hex 77 7 20 0 5E 49 35 15B 59 19
Octal 167 7 40 0 136 111 65 533 131 31
Binary 1110111 111 100000 0 1011110 1001001 110101 101011011 1011001 11001

Color Harmonies of #770720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770720

Black with #770720

Text Example


Text Example

White with #770720

Text Example


Text Example

HTML Codes & Css Web 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>