#760908

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

Shades of Maroon #760908

Tints of Maroon #760908

Color information

#760908 (or 0x760908) is unknown color: approx Maroon. HEX triplet: 76, 09 and 08. RGB value is (118,9,8). Sum of RGB (Red+Green+Blue) = 118+9+8=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #760908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760908 is #89F6F7. Grayscale: #292929. Windows color (decimal): -9041656 or 526710. OLE color: 526710.

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

Color convert

RGB11898-
CMYK00.920.930.54
HSL0.55º87.3%24.71%-
HSV(B)0.55º93.22%46.27%-
XYZ7.614.060.61-
YUV41.48109.11182.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 87.41%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 8 (3.52% from 255) = 5.93%
R=87.41%
G=6.67%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189800.920.930.540.5587.324.71
Hex769805C5D3615719
Octal1661110013413566112731
Binary1110110100110000101110010111011101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760908; }

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

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

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

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

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

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

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

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