Html Css Color HEX #780802 Maroon

📋 copy color: '#780802'

red 120 ◦ green 8 ◦ blue 2

#780802
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #780802

Tints of Maroon #780802

RGB

 RED value IS 120 (47.27% from 255) = 92.31%

 GREEN value IS 8 (3.52% from 255) = 6.15%

 BLUE value IS 2 (1.17% from 255) = 1.54%

R = 92.31%
G = 6.15%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#780802 (or 0x780802) is known color: Maroon. HEX triplet: 78, 08 and 02. RGB value is (120,8,2). Sum of RGB (Red+Green+Blue) = 120+8+2=130 (17% of max value = 765). Red value is 120 (47.27% from 255 or 92.31% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 120 - color contains mainly: red. Hex color #780802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780802 is #87F7FD. Grayscale: #282828. Windows color (decimal): -8910846 or 133240. OLE color: 133240.

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

Color convert

RGB 120 8 2 -
CMYK 0 0.93 0.98 0.53
HSL 3.05º 0.97% 0.24% -
HSV(B) 3.05º 0.98% 0.47% -
XYZ 7.84 4.17 0.45 -
YUV 40.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 120 8 2 0 0.93 0.98 0.53 3.05 0.97 0.24
Hex 78 8 2 0 5D 62 35 3 61 18
Octal 170 10 2 0 135 142 65 3 141 30
Binary 1111000 1000 10 0 1011101 1100010 110101 11 1100001 11000

Color Harmonies of #780802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780802

Black with #780802

Text Example


Text Example

White with #780802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780802; }

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

 H1.HeaderClassName
 {
   color: #780802;
 }
 .AnyTagClassName
 {
   color: #780802;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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