Html Css Color HEX #780805 Maroon

📋 copy color: '#780805'

red 120 ◦ green 8 ◦ blue 5

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

Shades of Maroon #780805

Tints of Maroon #780805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 90.23%
G = 6.02%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#780805 (or 0x780805) is known color: Maroon. HEX triplet: 78, 08 and 05. RGB value is (120,8,5). Sum of RGB (Red+Green+Blue) = 120+8+5=133 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.23% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 120 - color contains mainly: red. Hex color #780805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780805 is #87F7FA. Grayscale: #292929. Windows color (decimal): -8910843 or 329848. OLE color: 329848.

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

Color convert

RGB 120 8 5 -
CMYK 0 0.93 0.96 0.53
HSL 1.57º 0.92% 0.25% -
HSV(B) 1.57º 0.96% 0.47% -
XYZ 7.86 4.18 0.54 -
YUV 41.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 120 8 5 0 0.93 0.96 0.53 1.57 0.92 0.25
Hex 78 8 5 0 5D 60 35 2 5C 19
Octal 170 10 5 0 135 140 65 2 134 31
Binary 1111000 1000 101 0 1011101 1100000 110101 10 1011100 11001

Color Harmonies of #780805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780805

Black with #780805

Text Example


Text Example

White with #780805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780805; }

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

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

background-color css

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

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

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

border-color css

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

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

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