Html Css Color HEX #780502 Maroon

📋 copy color: '#780502'

red 120 ◦ green 5 ◦ blue 2

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

Shades of Maroon #780502

Tints of Maroon #780502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

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

R = 94.49%
G = 3.94%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#780502 (or 0x780502) is known color: Maroon. HEX triplet: 78, 05 and 02. RGB value is (120,5,2). Sum of RGB (Red+Green+Blue) = 120+5+2=127 (16% of max value = 765). Red value is 120 (47.27% from 255 or 94.49% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 120 - color contains mainly: red. Hex color #780502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780502 is #87FAFD. Grayscale: #272727. Windows color (decimal): -8911614 or 132472. OLE color: 132472.

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

Color convert

RGB 120 5 2 -
CMYK 0 0.96 0.98 0.53
HSL 1.53º 0.97% 0.24% -
HSV(B) 1.53º 0.98% 0.47% -
XYZ 7.81 4.11 0.44 -
YUV 39.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 120 5 2 0 0.96 0.98 0.53 1.53 0.97 0.24
Hex 78 5 2 0 60 62 35 2 61 18
Octal 170 5 2 0 140 142 65 2 141 30
Binary 1111000 101 10 0 1100000 1100010 110101 10 1100001 11000

Color Harmonies of #780502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780502

Black with #780502

Text Example


Text Example

White with #780502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780502; }

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

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

background-color css

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

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

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

border-color css

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

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

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