Html Css Color HEX #770600 Maroon

📋 copy color: '#770600'

red 119 ◦ green 6 ◦ blue 0

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

Shades of Maroon #770600

Tints of Maroon #770600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.8%

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

R = 95.2%
G = 4.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#770600 (or 0x770600) is known color: Maroon. HEX triplet: 77, 06 and 00. RGB value is (119,6,0). Sum of RGB (Red+Green+Blue) = 119+6+0=125 (16% of max value = 765). Red value is 119 (46.88% from 255 or 95.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 119 - color contains mainly: red. Hex color #770600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770600 is #88F9FF. Grayscale: #272727. Windows color (decimal): -8976896 or 1655. OLE color: 1655.

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

Color convert

RGB 119 6 0 -
CMYK 0 0.95 1 0.53
HSL 3.03º 1% 0.23% -
HSV(B) 3.03º 1% 0.47% -
XYZ 7.67 4.05 0.38 -
YUV 39.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 119 6 0 0 0.95 1 0.53 3.03 1 0.23
Hex 77 6 0 0 5F 64 35 3 64 17
Octal 167 6 0 0 137 144 65 3 144 27
Binary 1110111 110 0 0 1011111 1100100 110101 11 1100100 10111

Color Harmonies of #770600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770600

Black with #770600

Text Example


Text Example

White with #770600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770600; }

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

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

background-color css

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

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

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

border-color css

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

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

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