#760A05

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

Shades of Maroon #760A05

Tints of Maroon #760A05

Color information

#760A05 (or 0x760A05) is unknown color: approx Maroon. HEX triplet: 76, 0A and 05. RGB value is (118,10,5). Sum of RGB (Red+Green+Blue) = 118+10+5=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #760A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A05 is #89F5FA. Grayscale: #292929. Windows color (decimal): -9041403 or 330358. OLE color: 330358.

HSL color Cylindrical-coordinate representation of color #760A05: hue angle of 2.65º 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 #760A05 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB118105-
CMYK00.920.960.54
HSL2.65º91.87%24.12%-
HSV(B)2.65º95.76%46.27%-
XYZ7.614.080.53-
YUV41.72107.28182.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.72%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 5 (2.34% from 255) = 3.76%
R=88.72%
G=7.52%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810500.920.960.542.6591.8724.12
Hex76A505C603635c18
Octal166125013414066313430
Binary1110110101010101011100110000011011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760A05; }

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

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

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

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

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

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

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

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