Html Css Color HEX #7B0B07 Maroon

📋 copy color: '#7B0B07'

red 123 ◦ green 11 ◦ blue 7

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

Shades of Maroon #7B0B07

Tints of Maroon #7B0B07

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.8%

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 87.23%
G = 7.8%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#7B0B07 (or 0x7B0B07) is known color: Maroon. HEX triplet: 7B, 0B and 07. RGB value is (123,11,7). Sum of RGB (Red+Green+Blue) = 123+11+7=141 (18% of max value = 765). Red value is 123 (48.44% from 255 or 87.23% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0B07 is #84F4F8. Grayscale: #2C2C2C. Windows color (decimal): -8713465 or 461691. OLE color: 461691.

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

Color convert

RGB 123 11 7 -
CMYK 0 0.91 0.94 0.52
HSL 2.07º 0.89% 0.25% -
HSV(B) 2.07º 0.94% 0.48% -
XYZ 8.33 4.47 0.62 -
YUV 44.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 123 11 7 0 0.91 0.94 0.52 2.07 0.89 0.25
Hex 7B B 7 0 5B 5E 34 2 59 19
Octal 173 13 7 0 133 136 64 2 131 31
Binary 1111011 1011 111 0 1011011 1011110 110100 10 1011001 11001

Color Harmonies of #7B0B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0B07

Black with #7B0B07

Text Example


Text Example

White with #7B0B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,11,7); }

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

background-color css

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

 a { background-color: rgb(123,11,7); }

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

border-color css

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

 span { border-color: rgb(123,11,7); }

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