Html Css Color HEX #760807 Maroon

📋 copy color: '#760807'

red 118 ◦ green 8 ◦ blue 7

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

Shades of Maroon #760807

Tints of Maroon #760807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.02%

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

R = 88.72%
G = 6.02%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#760807 (or 0x760807) is known color: Maroon. HEX triplet: 76, 08 and 07. RGB value is (118,8,7). Sum of RGB (Red+Green+Blue) = 118+8+7=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #760807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760807 is #89F7F8. Grayscale: #282828. Windows color (decimal): -9041913 or 460918. OLE color: 460918.

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

Color convert

RGB 118 8 7 -
CMYK 0 0.93 0.94 0.54
HSL 0.54º 0.89% 0.25% -
HSV(B) 0.54º 0.94% 0.46% -
XYZ 7.6 4.04 0.58 -
YUV 40.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 118 8 7 0 0.93 0.94 0.54 0.54 0.89 0.25
Hex 76 8 7 0 5D 5E 36 1 59 19
Octal 166 10 7 0 135 136 66 1 131 31
Binary 1110110 1000 111 0 1011101 1011110 110110 1 1011001 11001

Color Harmonies of #760807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760807

Black with #760807

Text Example


Text Example

White with #760807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760807; }

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

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

background-color css

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

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

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

border-color css

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

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

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