#780702

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

Shades of Maroon #780702

Tints of Maroon #780702

Color information

#780702 (or 0x780702) is unknown color: approx Maroon. HEX triplet: 78, 07 and 02. RGB value is (120,7,2). Sum of RGB (Red+Green+Blue) = 120+7+2=129 (17% of max value = 765). Red value is 120 (47.27% from 255 or 93.02% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 120 - color contains mainly: red. Hex color #780702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780702 is #87F8FD. Grayscale: #282828. Windows color (decimal): -8911102 or 132984. OLE color: 132984.

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

Color convert

RGB12072-
CMYK00.940.980.53
HSL2.54º96.72%23.92%-
HSV(B)2.54º98.33%47.06%-
XYZ7.834.150.45-
YUV40.22106.44184.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 93.02%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=93.02%
G=5.43%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207200.940.980.532.5496.7223.92
Hex787205E623536118
Octal17072013614265314130
Binary11110001111001011110110001011010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780702; }

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

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

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

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

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

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

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

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