Html Css Color HEX #771600 Maroon

📋 copy color: '#771600'

red 119 ◦ green 22 ◦ blue 0

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

Shades of Maroon #771600

Tints of Maroon #771600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.4%
G = 15.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#771600 (or 0x771600) is known color: Maroon. HEX triplet: 77, 16 and 00. RGB value is (119,22,0). Sum of RGB (Red+Green+Blue) = 119+22+0=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #771600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771600 is #88E9FF. Grayscale: #303030. Windows color (decimal): -8972800 or 5751. OLE color: 5751.

HSL color Cylindrical-coordinate representation of color #771600: hue angle of 11.09º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #771600 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 0 -
CMYK 0 0.82 1 0.53
HSL 11.09º 1% 0.23% -
HSV(B) 11.09º 1% 0.47% -
XYZ 7.89 4.5 0.45 -
YUV 48.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 119 22 0 0 0.82 1 0.53 11.09 1 0.23
Hex 77 16 0 0 52 64 35 B 64 17
Octal 167 26 0 0 122 144 65 13 144 27
Binary 1110111 10110 0 0 1010010 1100100 110101 1011 1100100 10111

Color Harmonies of #771600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771600

Black with #771600

Text Example


Text Example

White with #771600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771600; }

 p { color: rgb(119,22,0); }

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

background-color css

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

 a { background-color: rgb(119,22,0); }

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

border-color css

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

 span { border-color: rgb(119,22,0); }

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