#771007

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

Shades of Maroon #771007

Tints of Maroon #771007

Color information

#771007 (or 0x771007) is unknown color: approx Maroon. HEX triplet: 77, 10 and 07. RGB value is (119,16,7). Sum of RGB (Red+Green+Blue) = 119+16+7=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #771007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771007 is #88EFF8. Grayscale: #2D2D2D. Windows color (decimal): -8974329 or 462967. OLE color: 462967.

HSL color Cylindrical-coordinate representation of color #771007: hue angle of 4.82º 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 #771007 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119167-
CMYK00.870.940.53
HSL4.82º88.89%24.71%-
HSV(B)4.82º94.12%46.67%-
XYZ7.834.310.62-
YUV45.77106.12180.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.80%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=83.80%
G=11.27%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11916700.870.940.534.8288.8924.71
Hex771070575E3555919
Octal167207012713665513131
Binary111011110000111010101111011110110101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771007; }

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

 H1.HeaderClassName
 {
   color: #771007;
 }
 .AnyTagClassName
 {
   color: #771007;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #771007;
 }
 .BgClassName
 {
   background-color: #771007;
 }
</style>
border-color css

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

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

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