#760702

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

Shades of Maroon #760702

Tints of Maroon #760702

Color information

#760702 (or 0x760702) is unknown color: approx Maroon. HEX triplet: 76, 07 and 02. RGB value is (118,7,2). Sum of RGB (Red+Green+Blue) = 118+7+2=127 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.91% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 118 - color contains mainly: red. Hex color #760702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760702 is #89F8FD. Grayscale: #272727. Windows color (decimal): -9042174 or 132982. OLE color: 132982.

HSL color Cylindrical-coordinate representation of color #760702: hue angle of 2.59º 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 #760702 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB11872-
CMYK00.940.980.54
HSL2.59º96.67%23.53%-
HSV(B)2.59º98.31%46.27%-
XYZ7.564.010.43-
YUV39.62106.77183.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 92.91%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=92.91%
G=5.51%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187200.940.980.542.5996.6723.53
Hex767205E623636118
Octal16672013614266314130
Binary11101101111001011110110001011011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760702; }

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

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

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

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

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

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

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

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