Html Css Color HEX #761400 Maroon

📋 copy color: '#761400'

red 118 ◦ green 20 ◦ blue 0

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

Shades of Maroon #761400

Tints of Maroon #761400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

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

R = 85.51%
G = 14.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#761400 (or 0x761400) is known color: Maroon. HEX triplet: 76, 14 and 00. RGB value is (118,20,0). Sum of RGB (Red+Green+Blue) = 118+20+0=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #761400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761400 is #89EBFF. Grayscale: #2F2F2F. Windows color (decimal): -9038848 or 5238. OLE color: 5238.

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

Color convert

RGB 118 20 0 -
CMYK 0 0.83 1 0.54
HSL 10.17º 1% 0.23% -
HSV(B) 10.17º 1% 0.46% -
XYZ 7.72 4.35 0.43 -
YUV 47.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 118 20 0 0 0.83 1 0.54 10.17 1 0.23
Hex 76 14 0 0 53 64 36 A 64 17
Octal 166 24 0 0 123 144 66 12 144 27
Binary 1110110 10100 0 0 1010011 1100100 110110 1010 1100100 10111

Color Harmonies of #761400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761400

Black with #761400

Text Example


Text Example

White with #761400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761400; }

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

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

background-color css

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

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

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

border-color css

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

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

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