Html Css Color HEX #761007 Maroon

📋 copy color: '#761007'

red 118 ◦ green 16 ◦ blue 7

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

Shades of Maroon #761007

Tints of Maroon #761007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 83.69%
G = 11.35%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#761007 (or 0x761007) is known color: Maroon. HEX triplet: 76, 10 and 07. RGB value is (118,16,7). Sum of RGB (Red+Green+Blue) = 118+16+7=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #761007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761007 is #89EFF8. Grayscale: #2D2D2D. Windows color (decimal): -9039865 or 462966. OLE color: 462966.

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

Color convert

RGB 118 16 7 -
CMYK 0 0.86 0.94 0.54
HSL 4.86º 0.89% 0.25% -
HSV(B) 4.86º 0.94% 0.46% -
XYZ 7.69 4.24 0.61 -
YUV 45.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 118 16 7 0 0.86 0.94 0.54 4.86 0.89 0.25
Hex 76 10 7 0 56 5E 36 5 59 19
Octal 166 20 7 0 126 136 66 5 131 31
Binary 1110110 10000 111 0 1010110 1011110 110110 101 1011001 11001

Color Harmonies of #761007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761007

Black with #761007

Text Example


Text Example

White with #761007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761007; }

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

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

background-color css

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

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

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

border-color css

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

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

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