Html Css Color HEX #760A06 Maroon

📋 copy color: '#760A06'

red 118 ◦ green 10 ◦ blue 6

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

Shades of Maroon #760A06

Tints of Maroon #760A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.46%

 BLUE value IS 6 (2.73% from 255) = 4.48%

R = 88.06%
G = 7.46%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#760A06 (or 0x760A06) is known color: Maroon. HEX triplet: 76, 0A and 06. RGB value is (118,10,6). Sum of RGB (Red+Green+Blue) = 118+10+6=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #760A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A06 is #89F5F9. Grayscale: #292929. Windows color (decimal): -9041402 or 395894. OLE color: 395894.

HSL color Cylindrical-coordinate representation of color #760A06: hue angle of 2.14º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760A06 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 10 6 -
CMYK 0 0.92 0.95 0.54
HSL 2.14º 0.9% 0.24% -
HSV(B) 2.14º 0.95% 0.46% -
XYZ 7.61 4.08 0.56 -
YUV 41.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 118 10 6 0 0.92 0.95 0.54 2.14 0.9 0.24
Hex 76 A 6 0 5C 5F 36 2 5A 18
Octal 166 12 6 0 134 137 66 2 132 30
Binary 1110110 1010 110 0 1011100 1011111 110110 10 1011010 11000

Color Harmonies of #760A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A06

Black with #760A06

Text Example


Text Example

White with #760A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,10,6); }

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

background-color css

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

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

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

border-color css

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

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

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