Html Css Color HEX #770900 Maroon

📋 copy color: '#770900'

red 119 ◦ green 9 ◦ blue 0

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

Shades of Maroon #770900

Tints of Maroon #770900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.03%

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

R = 92.97%
G = 7.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#770900 (or 0x770900) is known color: Maroon. HEX triplet: 77, 09 and 00. RGB value is (119,9,0). Sum of RGB (Red+Green+Blue) = 119+9+0=128 (16% of max value = 765). Red value is 119 (46.88% from 255 or 92.97% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 119 - color contains mainly: red. Hex color #770900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770900 is #88F6FF. Grayscale: #292929. Windows color (decimal): -8976128 or 2423. OLE color: 2423.

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

Color convert

RGB 119 9 0 -
CMYK 0 0.92 1 0.53
HSL 4.54º 1% 0.23% -
HSV(B) 4.54º 1% 0.47% -
XYZ 7.71 4.12 0.39 -
YUV 40.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 119 9 0 0 0.92 1 0.53 4.54 1 0.23
Hex 77 9 0 0 5C 64 35 5 64 17
Octal 167 11 0 0 134 144 65 5 144 27
Binary 1110111 1001 0 0 1011100 1100100 110101 101 1100100 10111

Color Harmonies of #770900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770900

Black with #770900

Text Example


Text Example

White with #770900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770900; }

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

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

background-color css

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

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

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

border-color css

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

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

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