#780701

Color #780701 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #780701

Tints of Maroon #780701

Color information

#780701 (or 0x780701) is unknown color: approx Maroon. HEX triplet: 78, 07 and 01. RGB value is (120,7,1). Sum of RGB (Red+Green+Blue) = 120+7+1=128 (16% of max value = 765). Red value is 120 (47.27% from 255 or 93.75% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 120 - color contains mainly: red. Hex color #780701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780701 is #87F8FE. Grayscale: #282828. Windows color (decimal): -8911103 or 67448. OLE color: 67448.

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

Color convert

RGB12071-
CMYK00.940.990.53
HSL3.03º98.35%23.73%-
HSV(B)3.03º99.17%47.06%-
XYZ7.834.150.42-
YUV40.1105.94184.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 93.75%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=93.75%
G=5.47%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207100.940.990.533.0398.3523.73
Hex787105E633536218
Octal17071013614365314230
Binary1111000111101011110110001111010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780701; }

 p { color: rgb(120,7,1); }

 H1.HeaderClassName
 {
   color: #780701;
 }
 .AnyTagClassName
 {
   color: #780701;
 }
</style>
background-color css

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

 a { background-color: rgb(120,7,1); }

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

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

 span { border-color: rgb(120,7,1); }

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