Html Css Color HEX #780504 Maroon

📋 copy color: '#780504'

red 120 ◦ green 5 ◦ blue 4

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

Shades of Maroon #780504

Tints of Maroon #780504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.1%

R = 93.02%
G = 3.88%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#780504 (or 0x780504) is known color: Maroon. HEX triplet: 78, 05 and 04. RGB value is (120,5,4). Sum of RGB (Red+Green+Blue) = 120+5+4=129 (17% of max value = 765). Red value is 120 (47.27% from 255 or 93.02% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 120 - color contains mainly: red. Hex color #780504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780504 is #87FAFB. Grayscale: #272727. Windows color (decimal): -8911612 or 263544. OLE color: 263544.

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

Color convert

RGB 120 5 4 -
CMYK 0 0.96 0.97 0.53
HSL 0.52º 0.94% 0.24% -
HSV(B) 0.52º 0.97% 0.47% -
XYZ 7.82 4.11 0.5 -
YUV 39.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 120 5 4 0 0.96 0.97 0.53 0.52 0.94 0.24
Hex 78 5 4 0 60 61 35 1 5E 18
Octal 170 5 4 0 140 141 65 1 136 30
Binary 1111000 101 100 0 1100000 1100001 110101 1 1011110 11000

Color Harmonies of #780504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780504

Black with #780504

Text Example


Text Example

White with #780504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780504; }

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

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

background-color css

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

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

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

border-color css

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

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

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