Html Css Color HEX #780A05 Maroon

📋 copy color: '#780A05'

red 120 ◦ green 10 ◦ blue 5

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

Shades of Maroon #780A05

Tints of Maroon #780A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.41%

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

R = 88.89%
G = 7.41%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#780A05 (or 0x780A05) is known color: Maroon. HEX triplet: 78, 0A and 05. RGB value is (120,10,5). Sum of RGB (Red+Green+Blue) = 120+10+5=135 (17% of max value = 765). Red value is 120 (47.27% from 255 or 88.89% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 120 - color contains mainly: red. Hex color #780A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780A05 is #87F5FA. Grayscale: #2A2A2A. Windows color (decimal): -8910331 or 330360. OLE color: 330360.

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

Color convert

RGB 120 10 5 -
CMYK 0 0.92 0.96 0.53
HSL 2.61º 0.92% 0.25% -
HSV(B) 2.61º 0.96% 0.47% -
XYZ 7.88 4.22 0.54 -
YUV 42.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 120 10 5 0 0.92 0.96 0.53 2.61 0.92 0.25
Hex 78 A 5 0 5C 60 35 3 5C 19
Octal 170 12 5 0 134 140 65 3 134 31
Binary 1111000 1010 101 0 1011100 1100000 110101 11 1011100 11001

Color Harmonies of #780A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A05

Black with #780A05

Text Example


Text Example

White with #780A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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