Html Css Color HEX #770722 Burgundy

📋 copy color: '#770722'

red 119 ◦ green 7 ◦ blue 34

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

Shades of Burgundy #770722

Tints of Burgundy #770722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.25%

R = 74.38%
G = 4.38%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#770722 (or 0x770722) is known color: Burgundy. HEX triplet: 77, 07 and 22. RGB value is (119,7,34). Sum of RGB (Red+Green+Blue) = 119+7+34=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770722 is #88F8DD. Grayscale: #2B2B2B. Windows color (decimal): -8976606 or 2230135. OLE color: 2230135.

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

Color convert

RGB 119 7 34 -
CMYK 0 0.94 0.71 0.53
HSL 345.54º 0.89% 0.25% -
HSV(B) 345.54º 0.94% 0.47% -
XYZ 7.97 4.19 1.9 -
YUV 43.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 119 7 34 0 0.94 0.71 0.53 345.54 0.89 0.25
Hex 77 7 22 0 5E 47 35 15A 59 19
Octal 167 7 42 0 136 107 65 532 131 31
Binary 1110111 111 100010 0 1011110 1000111 110101 101011010 1011001 11001

Color Harmonies of #770722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770722

Black with #770722

Text Example


Text Example

White with #770722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770722; }

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

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

background-color css

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

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

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

border-color css

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

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

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