Html Css Color HEX #770F00 Maroon

📋 copy color: '#770F00'

red 119 ◦ green 15 ◦ blue 0

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

Shades of Maroon #770F00

Tints of Maroon #770F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.19%

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

R = 88.81%
G = 11.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#770F00 (or 0x770F00) is known color: Maroon. HEX triplet: 77, 0F and 00. RGB value is (119,15,0). Sum of RGB (Red+Green+Blue) = 119+15+0=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #770F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770F00 is #88F0FF. Grayscale: #2C2C2C. Windows color (decimal): -8974592 or 3959. OLE color: 3959.

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

Color convert

RGB 119 15 0 -
CMYK 0 0.87 1 0.53
HSL 7.56º 1% 0.23% -
HSV(B) 7.56º 1% 0.47% -
XYZ 7.78 4.26 0.41 -
YUV 44.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 119 15 0 0 0.87 1 0.53 7.56 1 0.23
Hex 77 F 0 0 57 64 35 8 64 17
Octal 167 17 0 0 127 144 65 10 144 27
Binary 1110111 1111 0 0 1010111 1100100 110101 1000 1100100 10111

Color Harmonies of #770F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F00

Black with #770F00

Text Example


Text Example

White with #770F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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