Html Css Color HEX #780702 Maroon

📋 copy color: '#780702'

red 120 ◦ green 7 ◦ blue 2

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

Shades of Maroon #780702

Tints of Maroon #780702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.43%

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

R = 93.02%
G = 5.43%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#780702 (or 0x780702) is known color: Maroon. HEX triplet: 78, 07 and 02. RGB value is (120,7,2). Sum of RGB (Red+Green+Blue) = 120+7+2=129 (17% of max value = 765). Red value is 120 (47.27% from 255 or 93.02% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 120 - color contains mainly: red. Hex color #780702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780702 is #87F8FD. Grayscale: #282828. Windows color (decimal): -8911102 or 132984. OLE color: 132984.

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

Color convert

RGB 120 7 2 -
CMYK 0 0.94 0.98 0.53
HSL 2.54º 0.97% 0.24% -
HSV(B) 2.54º 0.98% 0.47% -
XYZ 7.83 4.15 0.45 -
YUV 40.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 120 7 2 0 0.94 0.98 0.53 2.54 0.97 0.24
Hex 78 7 2 0 5E 62 35 3 61 18
Octal 170 7 2 0 136 142 65 3 141 30
Binary 1111000 111 10 0 1011110 1100010 110101 11 1100001 11000

Color Harmonies of #780702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780702

Black with #780702

Text Example


Text Example

White with #780702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780702; }

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

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

background-color css

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

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

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

border-color css

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

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

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