Html Css Color HEX #780C02 Maroon

📋 copy color: '#780C02'

red 120 ◦ green 12 ◦ blue 2

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

Shades of Maroon #780C02

Tints of Maroon #780C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.96%

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

R = 89.55%
G = 8.96%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#780C02 (or 0x780C02) is known color: Maroon. HEX triplet: 78, 0C and 02. RGB value is (120,12,2). Sum of RGB (Red+Green+Blue) = 120+12+2=134 (17% of max value = 765). Red value is 120 (47.27% from 255 or 89.55% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 120 - color contains mainly: red. Hex color #780C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780C02 is #87F3FD. Grayscale: #2B2B2B. Windows color (decimal): -8909822 or 134264. OLE color: 134264.

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

Color convert

RGB 120 12 2 -
CMYK 0 0.90 0.98 0.53
HSL 5.08º 0.97% 0.24% -
HSV(B) 5.08º 0.98% 0.47% -
XYZ 7.89 4.26 0.46 -
YUV 43.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 120 12 2 0 0.90 0.98 0.53 5.08 0.97 0.24
Hex 78 C 2 0 5A 62 35 5 61 18
Octal 170 14 2 0 132 142 65 5 141 30
Binary 1111000 1100 10 0 1011010 1100010 110101 101 1100001 11000

Color Harmonies of #780C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C02

Black with #780C02

Text Example


Text Example

White with #780C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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