Html Css Color HEX #77072E Burgundy

📋 copy color: '#77072E'

red 119 ◦ green 7 ◦ blue 46

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

Shades of Burgundy #77072E

Tints of Burgundy #77072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

 BLUE value IS 46 (18.36% from 255) = 26.74%

R = 69.19%
G = 4.07%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77072E (or 0x77072E) is known color: Burgundy. HEX triplet: 77, 07 and 2E. RGB value is (119,7,46). Sum of RGB (Red+Green+Blue) = 119+7+46=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77072E is #88F8D1. Grayscale: #2C2C2C. Windows color (decimal): -8976594 or 3016567. OLE color: 3016567.

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

Color convert

RGB 119 7 46 -
CMYK 0 0.94 0.61 0.53
HSL 339.11º 0.89% 0.25% -
HSV(B) 339.11º 0.94% 0.47% -
XYZ 8.18 4.27 2.98 -
YUV 44.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 119 7 46 0 0.94 0.61 0.53 339.11 0.89 0.25
Hex 77 7 2E 0 5E 3D 35 153 59 19
Octal 167 7 56 0 136 75 65 523 131 31
Binary 1110111 111 101110 0 1011110 111101 110101 101010011 1011001 11001

Color Harmonies of #77072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77072E

Black with #77072E

Text Example


Text Example

White with #77072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77072E; }

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

 H1.HeaderClassName
 {
   color: #77072E;
 }
 .AnyTagClassName
 {
   color: #77072E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #77072E;
 }
 .BgClassName
 {
   background-color: #77072E;
 }
</style>

border-color css

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

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

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