Html Css Color HEX #761701 Maroon

📋 copy color: '#761701'

red 118 ◦ green 23 ◦ blue 1

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

Shades of Maroon #761701

Tints of Maroon #761701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 83.1%
G = 16.2%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#761701 (or 0x761701) is known color: Maroon. HEX triplet: 76, 17 and 01. RGB value is (118,23,1). Sum of RGB (Red+Green+Blue) = 118+23+1=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #761701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761701 is #89E8FE. Grayscale: #313131. Windows color (decimal): -9038079 or 71542. OLE color: 71542.

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

Color convert

RGB 118 23 1 -
CMYK 0 0.81 0.99 0.54
HSL 11.28º 0.98% 0.23% -
HSV(B) 11.28º 0.99% 0.46% -
XYZ 7.78 4.47 0.48 -
YUV 48.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 118 23 1 0 0.81 0.99 0.54 11.28 0.98 0.23
Hex 76 17 1 0 51 63 36 B 62 17
Octal 166 27 1 0 121 143 66 13 142 27
Binary 1110110 10111 1 0 1010001 1100011 110110 1011 1100010 10111

Color Harmonies of #761701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761701

Black with #761701

Text Example


Text Example

White with #761701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761701; }

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

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

background-color css

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

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

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

border-color css

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

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

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