Html Css Color HEX #780600 Maroon

📋 copy color: '#780600'

red 120 ◦ green 6 ◦ blue 0

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

Shades of Maroon #780600

Tints of Maroon #780600

RGB

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

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

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

R = 95.24%
G = 4.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#780600 (or 0x780600) is known color: Maroon. HEX triplet: 78, 06 and 00. RGB value is (120,6,0). Sum of RGB (Red+Green+Blue) = 120+6+0=126 (16% of max value = 765). Red value is 120 (47.27% from 255 or 95.24% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 120 - color contains mainly: red. Hex color #780600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780600 is #87F9FF. Grayscale: #272727. Windows color (decimal): -8911360 or 1656. OLE color: 1656.

HSL color Cylindrical-coordinate representation of color #780600: hue angle of 3º 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 #780600 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 0 -
CMYK 0 0.95 1 0.53
HSL 1% 0.24% -
HSV(B) 1% 0.47% -
XYZ 7.81 4.12 0.38 -
YUV 39.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 120 6 0 0 0.95 1 0.53 3 1 0.24
Hex 78 6 0 0 5F 64 35 3 64 18
Octal 170 6 0 0 137 144 65 3 144 30
Binary 1111000 110 0 0 1011111 1100100 110101 11 1100100 11000

Color Harmonies of #780600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780600

Black with #780600

Text Example


Text Example

White with #780600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780600; }

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

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

background-color css

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

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

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

border-color css

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

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

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