Html Css Color HEX #770C09 Maroon

📋 copy color: '#770C09'

red 119 ◦ green 12 ◦ blue 9

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

Shades of Maroon #770C09

Tints of Maroon #770C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 85%
G = 8.57%
B = 6.43%

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

#770C09 (or 0x770C09) is known color: Maroon. HEX triplet: 77, 0C and 09. RGB value is (119,12,9). Sum of RGB (Red+Green+Blue) = 119+12+9=140 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 119 - color contains mainly: red. Hex color #770C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C09 is #88F3F6. Grayscale: #2B2B2B. Windows color (decimal): -8975351 or 593015. OLE color: 593015.

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

Color convert

RGB 119 12 9 -
CMYK 0 0.90 0.92 0.53
HSL 1.64º 0.86% 0.25% -
HSV(B) 1.64º 0.92% 0.47% -
XYZ 7.79 4.2 0.66 -
YUV 43.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 119 12 9 0 0.90 0.92 0.53 1.64 0.86 0.25
Hex 77 C 9 0 5A 5C 35 2 56 19
Octal 167 14 11 0 132 134 65 2 126 31
Binary 1110111 1100 1001 0 1011010 1011100 110101 10 1010110 11001

Color Harmonies of #770C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C09

Black with #770C09

Text Example


Text Example

White with #770C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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