#760807

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

Shades of Maroon #760807

Tints of Maroon #760807

Color information

#760807 (or 0x760807) is unknown color: approx Maroon. HEX triplet: 76, 08 and 07. RGB value is (118,8,7). Sum of RGB (Red+Green+Blue) = 118+8+7=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #760807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760807 is #89F7F8. Grayscale: #282828. Windows color (decimal): -9041913 or 460918. OLE color: 460918.

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

Color convert

RGB11887-
CMYK00.930.940.54
HSL0.54º88.8%24.51%-
HSV(B)0.54º94.07%46.27%-
XYZ7.64.040.58-
YUV40.78108.94183.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.72%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=88.72%
G=6.02%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188700.930.940.540.5488.824.51
Hex768705D5E3615919
Octal166107013513666113131
Binary111011010001110101110110111101101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760807; }

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

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

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

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

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

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

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

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