#760802

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

Shades of Maroon #760802

Tints of Maroon #760802

Color information

#760802 (or 0x760802) is unknown color: approx Maroon. HEX triplet: 76, 08 and 02. RGB value is (118,8,2). Sum of RGB (Red+Green+Blue) = 118+8+2=128 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.19% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 118 - color contains mainly: red. Hex color #760802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760802 is #89F7FD. Grayscale: #282828. Windows color (decimal): -9041918 or 133238. OLE color: 133238.

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

Color convert

RGB11882-
CMYK00.930.980.54
HSL3.1º96.67%23.53%-
HSV(B)3.1º98.31%46.27%-
XYZ7.574.030.44-
YUV40.21106.44183.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 92.19%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=92.19%
G=6.25%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188200.930.980.543.196.6723.53
Hex768205D623636118
Octal166102013514266314130
Binary111011010001001011101110001011011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760802; }

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

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

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

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

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

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

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

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