Html Css Color HEX #770601 Maroon

📋 copy color: '#770601'

red 119 ◦ green 6 ◦ blue 1

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

Shades of Maroon #770601

Tints of Maroon #770601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 94.44%
G = 4.76%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#770601 (or 0x770601) is known color: Maroon. HEX triplet: 77, 06 and 01. RGB value is (119,6,1). Sum of RGB (Red+Green+Blue) = 119+6+1=126 (16% of max value = 765). Red value is 119 (46.88% from 255 or 94.44% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 119 - color contains mainly: red. Hex color #770601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770601 is #88F9FE. Grayscale: #272727. Windows color (decimal): -8976895 or 67191. OLE color: 67191.

HSL color Cylindrical-coordinate representation of color #770601: hue angle of 2.54º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770601 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 1 -
CMYK 0 0.95 0.99 0.53
HSL 2.54º 0.98% 0.24% -
HSV(B) 2.54º 0.99% 0.47% -
XYZ 7.68 4.05 0.41 -
YUV 39.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 119 6 1 0 0.95 0.99 0.53 2.54 0.98 0.24
Hex 77 6 1 0 5F 63 35 3 62 18
Octal 167 6 1 0 137 143 65 3 142 30
Binary 1110111 110 1 0 1011111 1100011 110101 11 1100010 11000

Color Harmonies of #770601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770601

Black with #770601

Text Example


Text Example

White with #770601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770601; }

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

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

background-color css

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

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

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

border-color css

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

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

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