Html Css Color HEX #770700 Maroon

📋 copy color: '#770700'

red 119 ◦ green 7 ◦ blue 0

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

Shades of Maroon #770700

Tints of Maroon #770700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

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

R = 94.44%
G = 5.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#770700 (or 0x770700) is known color: Maroon. HEX triplet: 77, 07 and 00. RGB value is (119,7,0). Sum of RGB (Red+Green+Blue) = 119+7+0=126 (16% of max value = 765). Red value is 119 (46.88% from 255 or 94.44% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 119 - color contains mainly: red. Hex color #770700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770700 is #88F8FF. Grayscale: #272727. Windows color (decimal): -8976640 or 1911. OLE color: 1911.

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

Color convert

RGB 119 7 0 -
CMYK 0 0.94 1 0.53
HSL 3.53º 1% 0.23% -
HSV(B) 3.53º 1% 0.47% -
XYZ 7.68 4.07 0.38 -
YUV 39.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 119 7 0 0 0.94 1 0.53 3.53 1 0.23
Hex 77 7 0 0 5E 64 35 4 64 17
Octal 167 7 0 0 136 144 65 4 144 27
Binary 1110111 111 0 0 1011110 1100100 110101 100 1100100 10111

Color Harmonies of #770700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770700

Black with #770700

Text Example


Text Example

White with #770700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770700; }

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

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

background-color css

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

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

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

border-color css

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

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

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