Html Css Color HEX #760500 Maroon

📋 copy color: '#760500'

red 118 ◦ green 5 ◦ blue 0

#760500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #760500

Tints of Maroon #760500

RGB

 RED value IS 118 (46.48% from 255) = 95.93%

 GREEN value IS 5 (2.34% from 255) = 4.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.93%
G = 4.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#760500 (or 0x760500) is known color: Maroon. HEX triplet: 76, 05 and 00. RGB value is (118,5,0). Sum of RGB (Red+Green+Blue) = 118+5+0=123 (16% of max value = 765). Red value is 118 (46.48% from 255 or 95.93% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 118 - color contains mainly: red. Hex color #760500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760500 is #89FAFF. Grayscale: #262626. Windows color (decimal): -9042688 or 1398. OLE color: 1398.

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

Color convert

RGB 118 5 0 -
CMYK 0 0.96 1 0.54
HSL 2.54º 1% 0.23% -
HSV(B) 2.54º 1% 0.46% -
XYZ 7.53 3.96 0.37 -
YUV 38.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 118 5 0 0 0.96 1 0.54 2.54 1 0.23
Hex 76 5 0 0 60 64 36 3 64 17
Octal 166 5 0 0 140 144 66 3 144 27
Binary 1110110 101 0 0 1100000 1100100 110110 11 1100100 10111

Color Harmonies of #760500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760500

Black with #760500

Text Example


Text Example

White with #760500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760500; }

 p { color: rgb(118,5,0); }

 H1.HeaderClassName
 {
   color: #760500;
 }
 .AnyTagClassName
 {
   color: #760500;
 }
</style>

background-color css

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

 a { background-color: rgb(118,5,0); }

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

border-color css

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

 span { border-color: rgb(118,5,0); }

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