Html Css Color HEX #780800 Maroon

📋 copy color: '#780800'

red 120 ◦ green 8 ◦ blue 0

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

Shades of Maroon #780800

Tints of Maroon #780800

RGB

 RED value IS 120 (47.27% from 255) = 93.75%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.75%
G = 6.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#780800 (or 0x780800) is known color: Maroon. HEX triplet: 78, 08 and 00. RGB value is (120,8,0). Sum of RGB (Red+Green+Blue) = 120+8+0=128 (16% of max value = 765). Red value is 120 (47.27% from 255 or 93.75% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 120 - color contains mainly: red. Hex color #780800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780800 is #87F7FF. Grayscale: #282828. Windows color (decimal): -8910848 or 2168. OLE color: 2168.

HSL color Cylindrical-coordinate representation of color #780800: hue angle of 4º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780800 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 0 -
CMYK 0 0.93 1 0.53
HSL 1% 0.24% -
HSV(B) 1% 0.47% -
XYZ 7.83 4.17 0.39 -
YUV 40.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 120 8 0 0 0.93 1 0.53 4 1 0.24
Hex 78 8 0 0 5D 64 35 4 64 18
Octal 170 10 0 0 135 144 65 4 144 30
Binary 1111000 1000 0 0 1011101 1100100 110101 100 1100100 11000

Color Harmonies of #780800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780800

Black with #780800

Text Example


Text Example

White with #780800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780800; }

 p { color: rgb(120,8,0); }

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

background-color css

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

 a { background-color: rgb(120,8,0); }

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

border-color css

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

 span { border-color: rgb(120,8,0); }

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