Html Css Color HEX #77060F Burgundy

📋 copy color: '#77060F'

red 119 ◦ green 6 ◦ blue 15

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

Shades of Burgundy #77060F

Tints of Burgundy #77060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

 BLUE value IS 15 (6.25% from 255) = 10.71%

R = 85%
G = 4.29%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77060F (or 0x77060F) is known color: Burgundy. HEX triplet: 77, 06 and 0F. RGB value is (119,6,15). Sum of RGB (Red+Green+Blue) = 119+6+15=140 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 119 - color contains mainly: red. Hex color #77060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77060F is #88F9F0. Grayscale: #282828. Windows color (decimal): -8976881 or 984695. OLE color: 984695.

HSL color Cylindrical-coordinate representation of color #77060F: hue angle of 355.22º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77060F is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 15 -
CMYK 0 0.95 0.87 0.53
HSL 355.22º 0.9% 0.25% -
HSV(B) 355.22º 0.95% 0.47% -
XYZ 7.76 4.09 0.83 -
YUV 40.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 119 6 15 0 0.95 0.87 0.53 355.22 0.9 0.25
Hex 77 6 F 0 5F 57 35 163 5A 19
Octal 167 6 17 0 137 127 65 543 132 31
Binary 1110111 110 1111 0 1011111 1010111 110101 101100011 1011010 11001

Color Harmonies of #77060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77060F

Black with #77060F

Text Example


Text Example

White with #77060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77060F; }

 p { color: rgb(119,6,15); }

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

background-color css

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

 a { background-color: rgb(119,6,15); }

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

border-color css

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

 span { border-color: rgb(119,6,15); }

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