Html Css Color HEX #7B0604 Maroon

📋 copy color: '#7B0604'

red 123 ◦ green 6 ◦ blue 4

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

Shades of Maroon #7B0604

Tints of Maroon #7B0604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.51%

 BLUE value IS 4 (1.95% from 255) = 3.01%

R = 92.48%
G = 4.51%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#7B0604 (or 0x7B0604) is known color: Maroon. HEX triplet: 7B, 06 and 04. RGB value is (123,6,4). Sum of RGB (Red+Green+Blue) = 123+6+4=133 (17% of max value = 765). Red value is 123 (48.44% from 255 or 92.48% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0604 is #84F9FB. Grayscale: #282828. Windows color (decimal): -8714748 or 263803. OLE color: 263803.

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

Color convert

RGB 123 6 4 -
CMYK 0 0.95 0.97 0.52
HSL 1.01º 0.94% 0.25% -
HSV(B) 1.01º 0.97% 0.48% -
XYZ 8.26 4.35 0.52 -
YUV 40.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 123 6 4 0 0.95 0.97 0.52 1.01 0.94 0.25
Hex 7B 6 4 0 5F 61 34 1 5E 19
Octal 173 6 4 0 137 141 64 1 136 31
Binary 1111011 110 100 0 1011111 1100001 110100 1 1011110 11001

Color Harmonies of #7B0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0604

Black with #7B0604

Text Example


Text Example

White with #7B0604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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