#760804

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

Shades of Maroon #760804

Tints of Maroon #760804

Color information

#760804 (or 0x760804) is unknown color: approx Maroon. HEX triplet: 76, 08 and 04. RGB value is (118,8,4). Sum of RGB (Red+Green+Blue) = 118+8+4=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760804 is #89F7FB. Grayscale: #282828. Windows color (decimal): -9041916 or 264310. OLE color: 264310.

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

Color convert

RGB11884-
CMYK00.930.970.54
HSL2.11º93.44%23.92%-
HSV(B)2.11º96.61%46.27%-
XYZ7.584.030.49-
YUV40.43107.44183.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 90.77%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 4 (1.95% from 255) = 3.08%
R=90.77%
G=6.15%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188400.930.970.542.1193.4423.92
Hex768405D613625d18
Octal166104013514166213530
Binary1110110100010001011101110000111011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760804; }

 p { color: rgb(118,8,4); }

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

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

 a { background-color: rgb(118,8,4); }

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

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

 span { border-color: rgb(118,8,4); }

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