Html Css Color HEX #770500 Maroon

📋 copy color: '#770500'

red 119 ◦ green 5 ◦ blue 0

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

Shades of Maroon #770500

Tints of Maroon #770500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

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

R = 95.97%
G = 4.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#770500 (or 0x770500) is known color: Maroon. HEX triplet: 77, 05 and 00. RGB value is (119,5,0). Sum of RGB (Red+Green+Blue) = 119+5+0=124 (16% of max value = 765). Red value is 119 (46.88% from 255 or 95.97% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 119 - color contains mainly: red. Hex color #770500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770500 is #88FAFF. Grayscale: #262626. Windows color (decimal): -8977152 or 1399. OLE color: 1399.

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

Color convert

RGB 119 5 0 -
CMYK 0 0.96 1 0.53
HSL 2.52º 1% 0.23% -
HSV(B) 2.52º 1% 0.47% -
XYZ 7.66 4.03 0.37 -
YUV 38.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 119 5 0 0 0.96 1 0.53 2.52 1 0.23
Hex 77 5 0 0 60 64 35 3 64 17
Octal 167 5 0 0 140 144 65 3 144 27
Binary 1110111 101 0 0 1100000 1100100 110101 11 1100100 10111

Color Harmonies of #770500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770500

Black with #770500

Text Example


Text Example

White with #770500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770500; }

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

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

background-color css

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

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

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

border-color css

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

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

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