Html Css Color HEX #770C01 Maroon

📋 copy color: '#770C01'

red 119 ◦ green 12 ◦ blue 1

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

Shades of Maroon #770C01

Tints of Maroon #770C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.09%

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

R = 90.15%
G = 9.09%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#770C01 (or 0x770C01) is known color: Maroon. HEX triplet: 77, 0C and 01. RGB value is (119,12,1). Sum of RGB (Red+Green+Blue) = 119+12+1=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #770C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C01 is #88F3FE. Grayscale: #2A2A2A. Windows color (decimal): -8975359 or 68727. OLE color: 68727.

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

Color convert

RGB 119 12 1 -
CMYK 0 0.90 0.99 0.53
HSL 5.59º 0.98% 0.24% -
HSV(B) 5.59º 0.99% 0.47% -
XYZ 7.74 4.19 0.43 -
YUV 42.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 119 12 1 0 0.90 0.99 0.53 5.59 0.98 0.24
Hex 77 C 1 0 5A 63 35 6 62 18
Octal 167 14 1 0 132 143 65 6 142 30
Binary 1110111 1100 1 0 1011010 1100011 110101 110 1100010 11000

Color Harmonies of #770C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C01

Black with #770C01

Text Example


Text Example

White with #770C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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