Html Css Color HEX #770C07 Maroon

📋 copy color: '#770C07'

red 119 ◦ green 12 ◦ blue 7

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

Shades of Maroon #770C07

Tints of Maroon #770C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.07%

R = 86.23%
G = 8.7%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#770C07 (or 0x770C07) is known color: Maroon. HEX triplet: 77, 0C and 07. RGB value is (119,12,7). Sum of RGB (Red+Green+Blue) = 119+12+7=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #770C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C07 is #88F3F8. Grayscale: #2B2B2B. Windows color (decimal): -8975353 or 461943. OLE color: 461943.

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

Color convert

RGB 119 12 7 -
CMYK 0 0.90 0.94 0.53
HSL 2.68º 0.89% 0.25% -
HSV(B) 2.68º 0.94% 0.47% -
XYZ 7.78 4.2 0.6 -
YUV 43.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 119 12 7 0 0.90 0.94 0.53 2.68 0.89 0.25
Hex 77 C 7 0 5A 5E 35 3 59 19
Octal 167 14 7 0 132 136 65 3 131 31
Binary 1110111 1100 111 0 1011010 1011110 110101 11 1011001 11001

Color Harmonies of #770C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C07

Black with #770C07

Text Example


Text Example

White with #770C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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