Html Css Color HEX #761008 Maroon

📋 copy color: '#761008'

red 118 ◦ green 16 ◦ blue 8

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

Shades of Maroon #761008

Tints of Maroon #761008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.63%

R = 83.1%
G = 11.27%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#761008 (or 0x761008) is known color: Maroon. HEX triplet: 76, 10 and 08. RGB value is (118,16,8). Sum of RGB (Red+Green+Blue) = 118+16+8=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #761008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761008 is #89EFF7. Grayscale: #2D2D2D. Windows color (decimal): -9039864 or 528502. OLE color: 528502.

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

Color convert

RGB 118 16 8 -
CMYK 0 0.86 0.93 0.54
HSL 4.36º 0.87% 0.25% -
HSV(B) 4.36º 0.93% 0.46% -
XYZ 7.7 4.24 0.64 -
YUV 45.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 118 16 8 0 0.86 0.93 0.54 4.36 0.87 0.25
Hex 76 10 8 0 56 5D 36 4 57 19
Octal 166 20 10 0 126 135 66 4 127 31
Binary 1110110 10000 1000 0 1010110 1011101 110110 100 1010111 11001

Color Harmonies of #761008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761008

Black with #761008

Text Example


Text Example

White with #761008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761008; }

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

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

background-color css

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

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

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

border-color css

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

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

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