#760805

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

Shades of Maroon #760805

Tints of Maroon #760805

Color information

#760805 (or 0x760805) is unknown color: approx Maroon. HEX triplet: 76, 08 and 05. RGB value is (118,8,5). Sum of RGB (Red+Green+Blue) = 118+8+5=131 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.08% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 118 - color contains mainly: red. Hex color #760805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760805 is #89F7FA. Grayscale: #282828. Windows color (decimal): -9041915 or 329846. OLE color: 329846.

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

Color convert

RGB11885-
CMYK00.930.960.54
HSL1.59º91.87%24.12%-
HSV(B)1.59º95.76%46.27%-
XYZ7.594.040.52-
YUV40.55107.94183.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 90.08%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=90.08%
G=6.11%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188500.930.960.541.5991.8724.12
Hex768505D603625c18
Octal166105013514066213430
Binary1110110100010101011101110000011011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760805; }

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

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

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

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

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

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

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

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