Html Css Color HEX #760700 Maroon

📋 copy color: '#760700'

red 118 ◦ green 7 ◦ blue 0

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

Shades of Maroon #760700

Tints of Maroon #760700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.6%

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

R = 94.4%
G = 5.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#760700 (or 0x760700) is known color: Maroon. HEX triplet: 76, 07 and 00. RGB value is (118,7,0). Sum of RGB (Red+Green+Blue) = 118+7+0=125 (16% of max value = 765). Red value is 118 (46.48% from 255 or 94.4% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 118 - color contains mainly: red. Hex color #760700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760700 is #89F8FF. Grayscale: #272727. Windows color (decimal): -9042176 or 1910. OLE color: 1910.

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

Color convert

RGB 118 7 0 -
CMYK 0 0.94 1 0.54
HSL 3.56º 1% 0.23% -
HSV(B) 3.56º 1% 0.46% -
XYZ 7.55 4 0.37 -
YUV 39.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 118 7 0 0 0.94 1 0.54 3.56 1 0.23
Hex 76 7 0 0 5E 64 36 4 64 17
Octal 166 7 0 0 136 144 66 4 144 27
Binary 1110110 111 0 0 1011110 1100100 110110 100 1100100 10111

Color Harmonies of #760700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760700

Black with #760700

Text Example


Text Example

White with #760700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760700; }

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

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

background-color css

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

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

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

border-color css

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

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

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