Html Css Color HEX #761002 Maroon

📋 copy color: '#761002'

red 118 ◦ green 16 ◦ blue 2

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

Shades of Maroon #761002

Tints of Maroon #761002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 86.76%
G = 11.76%
B = 1.47%

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

#761002 (or 0x761002) is known color: Maroon. HEX triplet: 76, 10 and 02. RGB value is (118,16,2). Sum of RGB (Red+Green+Blue) = 118+16+2=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #761002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761002 is #89EFFD. Grayscale: #2D2D2D. Windows color (decimal): -9039870 or 135286. OLE color: 135286.

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

Color convert

RGB 118 16 2 -
CMYK 0 0.86 0.98 0.54
HSL 7.24º 0.97% 0.24% -
HSV(B) 7.24º 0.98% 0.46% -
XYZ 7.67 4.23 0.47 -
YUV 44.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 118 16 2 0 0.86 0.98 0.54 7.24 0.97 0.24
Hex 76 10 2 0 56 62 36 7 61 18
Octal 166 20 2 0 126 142 66 7 141 30
Binary 1110110 10000 10 0 1010110 1100010 110110 111 1100001 11000

Color Harmonies of #761002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761002

Black with #761002

Text Example


Text Example

White with #761002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761002; }

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

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

background-color css

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

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

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

border-color css

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

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

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