#781007

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

Shades of Maroon #781007

Tints of Maroon #781007

Color information

#781007 (or 0x781007) is unknown color: approx Maroon. HEX triplet: 78, 10 and 07. RGB value is (120,16,7). Sum of RGB (Red+Green+Blue) = 120+16+7=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781007 is #87EFF8. Grayscale: #2E2E2E. Windows color (decimal): -8908793 or 462968. OLE color: 462968.

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

Color convert

RGB120167-
CMYK00.870.940.53
HSL4.78º88.98%24.9%-
HSV(B)4.78º94.17%47.06%-
XYZ7.974.380.63-
YUV46.07105.96180.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.92%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=83.92%
G=11.19%
B=4.90%

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
Decimal12016700.870.940.534.7888.9824.9
Hex781070575E3555919
Octal170207012713665513131
Binary111100010000111010101111011110110101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781007; }

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

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

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

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

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

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

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

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