Html Css Color HEX #780703 Maroon

📋 copy color: '#780703'

red 120 ◦ green 7 ◦ blue 3

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

Shades of Maroon #780703

Tints of Maroon #780703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.31%

R = 92.31%
G = 5.38%
B = 2.31%

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

#780703 (or 0x780703) is known color: Maroon. HEX triplet: 78, 07 and 03. RGB value is (120,7,3). Sum of RGB (Red+Green+Blue) = 120+7+3=130 (17% of max value = 765). Red value is 120 (47.27% from 255 or 92.31% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 120 - color contains mainly: red. Hex color #780703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780703 is #87F8FC. Grayscale: #282828. Windows color (decimal): -8911101 or 198520. OLE color: 198520.

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

Color convert

RGB 120 7 3 -
CMYK 0 0.94 0.98 0.53
HSL 2.05º 0.95% 0.24% -
HSV(B) 2.05º 0.98% 0.47% -
XYZ 7.84 4.15 0.47 -
YUV 40.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 120 7 3 0 0.94 0.98 0.53 2.05 0.95 0.24
Hex 78 7 3 0 5E 62 35 2 5F 18
Octal 170 7 3 0 136 142 65 2 137 30
Binary 1111000 111 11 0 1011110 1100010 110101 10 1011111 11000

Color Harmonies of #780703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780703

Black with #780703

Text Example


Text Example

White with #780703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780703; }

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

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

background-color css

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

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

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

border-color css

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

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

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