#780C05

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

Shades of Maroon #780C05

Tints of Maroon #780C05

Color information

#780C05 (or 0x780C05) is unknown color: approx Maroon. HEX triplet: 78, 0C and 05. RGB value is (120,12,5). Sum of RGB (Red+Green+Blue) = 120+12+5=137 (18% of max value = 765). Red value is 120 (47.27% from 255 or 87.59% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 120 - color contains mainly: red. Hex color #780C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780C05 is #87F3FA. Grayscale: #2B2B2B. Windows color (decimal): -8909819 or 330872. OLE color: 330872.

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

Color convert

RGB120125-
CMYK00.900.960.53
HSL3.65º92%24.51%-
HSV(B)3.65º95.83%47.06%-
XYZ7.94.270.55-
YUV43.49106.28182.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 87.59%
GREEN value IS 12 (5.08% from 255) = 8.76%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=87.59%
G=8.76%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012500.900.960.533.659224.51
Hex78C505A603545c19
Octal170145013214065413431
Binary11110001100101010110101100000110101100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,12,5); }

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

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

 a { background-color: rgb(120,12,5); }

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

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

 span { border-color: rgb(120,12,5); }

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