Html Css Color HEX #760808 Maroon

📋 copy color: '#760808'

red 118 ◦ green 8 ◦ blue 8

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

Shades of Maroon #760808

Tints of Maroon #760808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

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

R = 88.06%
G = 5.97%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#760808 (or 0x760808) is known color: Maroon. HEX triplet: 76, 08 and 08. RGB value is (118,8,8). Sum of RGB (Red+Green+Blue) = 118+8+8=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #760808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760808 is #89F7F7. Grayscale: #292929. Windows color (decimal): -9041912 or 526454. OLE color: 526454.

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

Color convert

RGB 118 8 8 -
CMYK 0 0.93 0.93 0.54
HSL 0.87% 0.25% -
HSV(B) 0.93% 0.46% -
XYZ 7.6 4.04 0.61 -
YUV 40.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 118 8 8 0 0.93 0.93 0.54 0 0.87 0.25
Hex 76 8 8 0 5D 5D 36 0 57 19
Octal 166 10 10 0 135 135 66 0 127 31
Binary 1110110 1000 1000 0 1011101 1011101 110110 0 1010111 11001

Color Harmonies of #760808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760808

Black with #760808

Text Example


Text Example

White with #760808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760808; }

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

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

background-color css

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

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

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

border-color css

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

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

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