Html Css Color HEX #770300 Maroon

📋 copy color: '#770300'

red 119 ◦ green 3 ◦ blue 0

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

Shades of Maroon #770300

Tints of Maroon #770300

RGB

 RED value IS 119 (46.88% from 255) = 97.54%

 GREEN value IS 3 (1.56% from 255) = 2.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.54%
G = 2.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#770300 (or 0x770300) is known color: Maroon. HEX triplet: 77, 03 and 00. RGB value is (119,3,0). Sum of RGB (Red+Green+Blue) = 119+3+0=122 (16% of max value = 765). Red value is 119 (46.88% from 255 or 97.54% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 119 - color contains mainly: red. Hex color #770300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770300 is #88FCFF. Grayscale: #252525. Windows color (decimal): -8977664 or 887. OLE color: 887.

HSL color Cylindrical-coordinate representation of color #770300: hue angle of 1.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770300 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 0 -
CMYK 0 0.97 1 0.53
HSL 1.51º 1% 0.23% -
HSV(B) 1.51º 1% 0.47% -
XYZ 7.64 3.99 0.37 -
YUV 37.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 119 3 0 0 0.97 1 0.53 1.51 1 0.23
Hex 77 3 0 0 61 64 35 2 64 17
Octal 167 3 0 0 141 144 65 2 144 27
Binary 1110111 11 0 0 1100001 1100100 110101 10 1100100 10111

Color Harmonies of #770300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770300

Black with #770300

Text Example


Text Example

White with #770300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770300; }

 p { color: rgb(119,3,0); }

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

background-color css

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

 a { background-color: rgb(119,3,0); }

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

border-color css

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

 span { border-color: rgb(119,3,0); }

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