Html Css Color HEX #7B0806 Maroon

📋 copy color: '#7B0806'

red 123 ◦ green 8 ◦ blue 6

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

Shades of Maroon #7B0806

Tints of Maroon #7B0806

RGB

 RED value IS 123 (48.44% from 255) = 89.78%

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

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

R = 89.78%
G = 5.84%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#7B0806 (or 0x7B0806) is known color: Maroon. HEX triplet: 7B, 08 and 06. RGB value is (123,8,6). Sum of RGB (Red+Green+Blue) = 123+8+6=137 (18% of max value = 765). Red value is 123 (48.44% from 255 or 89.78% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0806 is #84F7F9. Grayscale: #2A2A2A. Windows color (decimal): -8714234 or 395387. OLE color: 395387.

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

Color convert

RGB 123 8 6 -
CMYK 0 0.93 0.95 0.52
HSL 1.03º 0.91% 0.25% -
HSV(B) 1.03º 0.95% 0.48% -
XYZ 8.29 4.4 0.58 -
YUV 42.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 123 8 6 0 0.93 0.95 0.52 1.03 0.91 0.25
Hex 7B 8 6 0 5D 5F 34 1 5B 19
Octal 173 10 6 0 135 137 64 1 133 31
Binary 1111011 1000 110 0 1011101 1011111 110100 1 1011011 11001

Color Harmonies of #7B0806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0806

Black with #7B0806

Text Example


Text Example

White with #7B0806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,8,6); }

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

background-color css

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

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

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

border-color css

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

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

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