#761700

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

Shades of Maroon #761700

Tints of Maroon #761700

Color information

#761700 (or 0x761700) is unknown color: approx Maroon. HEX triplet: 76, 17 and 00. RGB value is (118,23,0). Sum of RGB (Red+Green+Blue) = 118+23+0=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #761700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761700 is #89E8FF. Grayscale: #303030. Windows color (decimal): -9038080 or 6006. OLE color: 6006.

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

Color convert

RGB118230-
CMYK00.8110.54
HSL11.69º100%23.14%-
HSV(B)11.69º100%46.27%-
XYZ7.784.460.45-
YUV48.78100.47177.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.69%
G=16.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11823000.8110.5411.6910023.14
Hex761700516436c6417
Octal1662700121144661414427
Binary11101101011100101000111001001101101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761700; }

 p { color: rgb(118,23,0); }

 H1.HeaderClassName
 {
   color: #761700;
 }
 .AnyTagClassName
 {
   color: #761700;
 }
</style>
background-color css

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

 a { background-color: rgb(118,23,0); }

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

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

 span { border-color: rgb(118,23,0); }

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