Html Css Color HEX #7C1006 Maroon

📋 copy color: '#7C1006'

red 124 ◦ green 16 ◦ blue 6

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

Shades of Maroon #7C1006

Tints of Maroon #7C1006

RGB

 RED value IS 124 (48.83% from 255) = 84.93%

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

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

R = 84.93%
G = 10.96%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7C1006 (or 0x7C1006) is known color: Maroon. HEX triplet: 7C, 10 and 06. RGB value is (124,16,6). Sum of RGB (Red+Green+Blue) = 124+16+6=146 (19% of max value = 765). Red value is 124 (48.83% from 255 or 84.93% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1006 is #83EFF9. Grayscale: #2F2F2F. Windows color (decimal): -8646650 or 397436. OLE color: 397436.

HSL color Cylindrical-coordinate representation of color #7C1006: hue angle of 5.08º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C1006 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 16 6 -
CMYK 0 0.87 0.95 0.51
HSL 5.08º 0.91% 0.25% -
HSV(B) 5.08º 0.95% 0.49% -
XYZ 8.53 4.67 0.62 -
YUV 47.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 124 16 6 0 0.87 0.95 0.51 5.08 0.91 0.25
Hex 7C 10 6 0 57 5F 33 5 5B 19
Octal 174 20 6 0 127 137 63 5 133 31
Binary 1111100 10000 110 0 1010111 1011111 110011 101 1011011 11001

Color Harmonies of #7C1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1006

Black with #7C1006

Text Example


Text Example

White with #7C1006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C1006; }

 p { color: rgb(124,16,6); }

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

background-color css

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

 a { background-color: rgb(124,16,6); }

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

border-color css

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

 span { border-color: rgb(124,16,6); }

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