#770504

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

Shades of Maroon #770504

Tints of Maroon #770504

Color information

#770504 (or 0x770504) is unknown color: approx Maroon. HEX triplet: 77, 05 and 04. RGB value is (119,5,4). Sum of RGB (Red+Green+Blue) = 119+5+4=128 (16% of max value = 765). Red value is 119 (46.88% from 255 or 92.97% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 119 - color contains mainly: red. Hex color #770504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770504 is #88FAFB. Grayscale: #272727. Windows color (decimal): -8977148 or 263543. OLE color: 263543.

HSL color Cylindrical-coordinate representation of color #770504: hue angle of 0.52º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770504 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB11954-
CMYK00.960.970.53
HSL0.52º93.5%24.12%-
HSV(B)0.52º96.64%46.67%-
XYZ7.684.040.49-
YUV38.97108.27185.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 92.97%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=92.97%
G=3.91%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195400.960.970.530.5293.524.12
Hex7754060613515d18
Octal16754014014165113530
Binary11101111011000110000011000011101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770504; }

 p { color: rgb(119,5,4); }

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

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

 a { background-color: rgb(119,5,4); }

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

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

 span { border-color: rgb(119,5,4); }

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