Html Css Color HEX #760C08 Maroon

📋 copy color: '#760C08'

red 118 ◦ green 12 ◦ blue 8

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

Shades of Maroon #760C08

Tints of Maroon #760C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.7%

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

R = 85.51%
G = 8.7%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#760C08 (or 0x760C08) is known color: Maroon. HEX triplet: 76, 0C and 08. RGB value is (118,12,8). Sum of RGB (Red+Green+Blue) = 118+12+8=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #760C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C08 is #89F3F7. Grayscale: #2B2B2B. Windows color (decimal): -9040888 or 527478. OLE color: 527478.

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

Color convert

RGB 118 12 8 -
CMYK 0 0.90 0.93 0.54
HSL 2.18º 0.87% 0.25% -
HSV(B) 2.18º 0.93% 0.46% -
XYZ 7.65 4.13 0.62 -
YUV 43.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 118 12 8 0 0.90 0.93 0.54 2.18 0.87 0.25
Hex 76 C 8 0 5A 5D 36 2 57 19
Octal 166 14 10 0 132 135 66 2 127 31
Binary 1110110 1100 1000 0 1011010 1011101 110110 10 1010111 11001

Color Harmonies of #760C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C08

Black with #760C08

Text Example


Text Example

White with #760C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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