#780F07

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

Shades of Maroon #780F07

Tints of Maroon #780F07

Color information

#780F07 (or 0x780F07) is unknown color: approx Maroon. HEX triplet: 78, 0F and 07. RGB value is (120,15,7). Sum of RGB (Red+Green+Blue) = 120+15+7=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #780F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F07 is #87F0F8. Grayscale: #2D2D2D. Windows color (decimal): -8909049 or 462712. OLE color: 462712.

HSL color Cylindrical-coordinate representation of color #780F07: hue angle of 4.25º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780F07 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB120157-
CMYK00.870.940.53
HSL4.25º88.98%24.9%-
HSV(B)4.25º94.17%47.06%-
XYZ7.954.350.62-
YUV45.48106.29181.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 84.51%
GREEN value IS 15 (6.25% from 255) = 10.56%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=84.51%
G=10.56%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12015700.870.940.534.2588.9824.9
Hex78F70575E3545919
Octal170177012713665413131
Binary11110001111111010101111011110110101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780F07; }

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

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

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

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

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

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

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

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