Html Css Color HEX #761100 Maroon

📋 copy color: '#761100'

red 118 ◦ green 17 ◦ blue 0

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

Shades of Maroon #761100

Tints of Maroon #761100

RGB

 RED value IS 118 (46.48% from 255) = 87.41%

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 87.41%
G = 12.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#761100 (or 0x761100) is known color: Maroon. HEX triplet: 76, 11 and 00. RGB value is (118,17,0). Sum of RGB (Red+Green+Blue) = 118+17+0=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #761100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761100 is #89EEFF. Grayscale: #2D2D2D. Windows color (decimal): -9039616 or 4470. OLE color: 4470.

HSL color Cylindrical-coordinate representation of color #761100: hue angle of 8.64º 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 #761100 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 0 -
CMYK 0 0.86 1 0.54
HSL 8.64º 1% 0.23% -
HSV(B) 8.64º 1% 0.46% -
XYZ 7.67 4.25 0.42 -
YUV 45.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 118 17 0 0 0.86 1 0.54 8.64 1 0.23
Hex 76 11 0 0 56 64 36 9 64 17
Octal 166 21 0 0 126 144 66 11 144 27
Binary 1110110 10001 0 0 1010110 1100100 110110 1001 1100100 10111

Color Harmonies of #761100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761100

Black with #761100

Text Example


Text Example

White with #761100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761100; }

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

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

background-color css

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

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

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

border-color css

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

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

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