Html Css Color HEX #770C0A Maroon

📋 copy color: '#770C0A'

red 119 ◦ green 12 ◦ blue 10

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

Shades of Maroon #770C0A

Tints of Maroon #770C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.09%

R = 84.4%
G = 8.51%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#770C0A (or 0x770C0A) is known color: Maroon. HEX triplet: 77, 0C and 0A. RGB value is (119,12,10). Sum of RGB (Red+Green+Blue) = 119+12+10=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #770C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C0A is #88F3F5. Grayscale: #2B2B2B. Windows color (decimal): -8975350 or 658551. OLE color: 658551.

HSL color Cylindrical-coordinate representation of color #770C0A: hue angle of 1.1º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770C0A is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 12 10 -
CMYK 0 0.90 0.92 0.53
HSL 1.1º 0.84% 0.25% -
HSV(B) 1.1º 0.92% 0.47% -
XYZ 7.79 4.21 0.69 -
YUV 43.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 119 12 10 0 0.90 0.92 0.53 1.1 0.84 0.25
Hex 77 C A 0 5A 5C 35 1 54 19
Octal 167 14 12 0 132 134 65 1 124 31
Binary 1110111 1100 1010 0 1011010 1011100 110101 1 1010100 11001

Color Harmonies of #770C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C0A

Black with #770C0A

Text Example


Text Example

White with #770C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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