#771600

Color #771600 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #771600

Tints of Maroon #771600

Color information

#771600 (or 0x771600) is unknown color: approx 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

RGB119220-
CMYK00.8210.53
HSL11.09º100%23.33%-
HSV(B)11.09º100%46.67%-
XYZ7.894.50.45-
YUV48.5100.64178.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 84.40%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.40%
G=15.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11922000.8210.5311.0910023.33
Hex771600526435b6417
Octal1672600122144651314427
Binary11101111011000101001011001001101011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>