Html Css Color HEX #770A00 Maroon

📋 copy color: '#770A00'

red 119 ◦ green 10 ◦ blue 0

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

Shades of Maroon #770A00

Tints of Maroon #770A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

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

R = 92.25%
G = 7.75%
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

#770A00 (or 0x770A00) is known color: Maroon. HEX triplet: 77, 0A and 00. RGB value is (119,10,0). Sum of RGB (Red+Green+Blue) = 119+10+0=129 (17% of max value = 765). Red value is 119 (46.88% from 255 or 92.25% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 119 - color contains mainly: red. Hex color #770A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770A00 is #88F5FF. Grayscale: #292929. Windows color (decimal): -8975872 or 2679. OLE color: 2679.

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

Color convert

RGB 119 10 0 -
CMYK 0 0.92 1 0.53
HSL 5.04º 1% 0.23% -
HSV(B) 5.04º 1% 0.47% -
XYZ 7.72 4.14 0.39 -
YUV 41.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 119 10 0 0 0.92 1 0.53 5.04 1 0.23
Hex 77 A 0 0 5C 64 35 5 64 17
Octal 167 12 0 0 134 144 65 5 144 27
Binary 1110111 1010 0 0 1011100 1100100 110101 101 1100100 10111

Color Harmonies of #770A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770A00

Black with #770A00

Text Example


Text Example

White with #770A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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