Html Css Color HEX #761102 Maroon

📋 copy color: '#761102'

red 118 ◦ green 17 ◦ blue 2

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

Shades of Maroon #761102

Tints of Maroon #761102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.46%

R = 86.13%
G = 12.41%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#761102 (or 0x761102) is known color: Maroon. HEX triplet: 76, 11 and 02. RGB value is (118,17,2). Sum of RGB (Red+Green+Blue) = 118+17+2=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #761102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761102 is #89EEFD. Grayscale: #2D2D2D. Windows color (decimal): -9039614 or 135542. OLE color: 135542.

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

Color convert

RGB 118 17 2 -
CMYK 0 0.86 0.98 0.54
HSL 7.76º 0.97% 0.24% -
HSV(B) 7.76º 0.98% 0.46% -
XYZ 7.68 4.26 0.47 -
YUV 45.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 118 17 2 0 0.86 0.98 0.54 7.76 0.97 0.24
Hex 76 11 2 0 56 62 36 8 61 18
Octal 166 21 2 0 126 142 66 10 141 30
Binary 1110110 10001 10 0 1010110 1100010 110110 1000 1100001 11000

Color Harmonies of #761102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761102

Black with #761102

Text Example


Text Example

White with #761102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761102; }

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

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

background-color css

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

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

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

border-color css

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

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

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