#760703

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

Shades of Maroon #760703

Tints of Maroon #760703

Color information

#760703 (or 0x760703) is unknown color: approx Maroon. HEX triplet: 76, 07 and 03. RGB value is (118,7,3). Sum of RGB (Red+Green+Blue) = 118+7+3=128 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.19% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 118 - color contains mainly: red. Hex color #760703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760703 is #89F8FC. Grayscale: #272727. Windows color (decimal): -9042173 or 198518. OLE color: 198518.

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

Color convert

RGB11873-
CMYK00.940.970.54
HSL2.09º95.04%23.73%-
HSV(B)2.09º97.46%46.27%-
XYZ7.564.010.46-
YUV39.73107.27183.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 92.19%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=92.19%
G=5.47%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187300.940.970.542.0995.0423.73
Hex767305E613625f18
Octal16673013614166213730
Binary11101101111101011110110000111011010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760703; }

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

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

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

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

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

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

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

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