Html Css Color HEX #770718 Burgundy

📋 copy color: '#770718'

red 119 ◦ green 7 ◦ blue 24

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

Shades of Burgundy #770718

Tints of Burgundy #770718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16%

R = 79.33%
G = 4.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#770718 (or 0x770718) is known color: Burgundy. HEX triplet: 77, 07 and 18. RGB value is (119,7,24). Sum of RGB (Red+Green+Blue) = 119+7+24=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #770718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770718 is #88F8E7. Grayscale: #2A2A2A. Windows color (decimal): -8976616 or 1574775. OLE color: 1574775.

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

Color convert

RGB 119 7 24 -
CMYK 0 0.94 0.80 0.53
HSL 350.89º 0.89% 0.25% -
HSV(B) 350.89º 0.94% 0.47% -
XYZ 7.85 4.14 1.25 -
YUV 42.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 119 7 24 0 0.94 0.80 0.53 350.89 0.89 0.25
Hex 77 7 18 0 5E 50 35 15F 59 19
Octal 167 7 30 0 136 120 65 537 131 31
Binary 1110111 111 11000 0 1011110 1010000 110101 101011111 1011001 11001

Color Harmonies of #770718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770718

Black with #770718

Text Example


Text Example

White with #770718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770718; }

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

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

background-color css

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

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

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

border-color css

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

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

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