#770C07

Color #770C07 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #770C07

Tints of Maroon #770C07

Color information

#770C07 (or 0x770C07) is unknown color: approx 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

RGB119127-
CMYK00.900.940.53
HSL2.68º88.89%24.71%-
HSV(B)2.68º94.12%46.67%-
XYZ7.784.20.6-
YUV43.42107.45181.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.23%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 7 (3.12% from 255) = 5.07%
R=86.23%
G=8.70%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11912700.900.940.532.6888.8924.71
Hex77C705A5E3535919
Octal167147013213665313131
Binary1110111110011101011010101111011010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>