Html Css Color HEX #760701 Maroon

📋 copy color: '#760701'

red 118 ◦ green 7 ◦ blue 1

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

Shades of Maroon #760701

Tints of Maroon #760701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 93.65%
G = 5.56%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#760701 (or 0x760701) is known color: Maroon. HEX triplet: 76, 07 and 01. RGB value is (118,7,1). Sum of RGB (Red+Green+Blue) = 118+7+1=126 (16% of max value = 765). Red value is 118 (46.48% from 255 or 93.65% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 118 - color contains mainly: red. Hex color #760701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760701 is #89F8FE. Grayscale: #272727. Windows color (decimal): -9042175 or 67446. OLE color: 67446.

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

Color convert

RGB 118 7 1 -
CMYK 0 0.94 0.99 0.54
HSL 3.08º 0.98% 0.23% -
HSV(B) 3.08º 0.99% 0.46% -
XYZ 7.55 4.01 0.4 -
YUV 39.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 118 7 1 0 0.94 0.99 0.54 3.08 0.98 0.23
Hex 76 7 1 0 5E 63 36 3 62 17
Octal 166 7 1 0 136 143 66 3 142 27
Binary 1110110 111 1 0 1011110 1100011 110110 11 1100010 10111

Color Harmonies of #760701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760701

Black with #760701

Text Example


Text Example

White with #760701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760701; }

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

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

background-color css

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

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

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

border-color css

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

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

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