Html Css Color HEX #761800 Maroon

📋 copy color: '#761800'

red 118 ◦ green 24 ◦ blue 0

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

Shades of Maroon #761800

Tints of Maroon #761800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

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

R = 83.1%
G = 16.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#761800 (or 0x761800) is known color: Maroon. HEX triplet: 76, 18 and 00. RGB value is (118,24,0). Sum of RGB (Red+Green+Blue) = 118+24+0=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #761800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761800 is #89E7FF. Grayscale: #313131. Windows color (decimal): -9037824 or 6262. OLE color: 6262.

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

Color convert

RGB 118 24 0 -
CMYK 0 0.80 1 0.54
HSL 12.2º 1% 0.23% -
HSV(B) 12.2º 1% 0.46% -
XYZ 7.8 4.5 0.46 -
YUV 49.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 118 24 0 0 0.80 1 0.54 12.2 1 0.23
Hex 76 18 0 0 50 64 36 C 64 17
Octal 166 30 0 0 120 144 66 14 144 27
Binary 1110110 11000 0 0 1010000 1100100 110110 1100 1100100 10111

Color Harmonies of #761800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761800

Black with #761800

Text Example


Text Example

White with #761800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761800; }

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

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

background-color css

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

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

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

border-color css

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

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

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