Html Css Color HEX #760C07 Maroon

📋 copy color: '#760C07'

red 118 ◦ green 12 ◦ blue 7

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

Shades of Maroon #760C07

Tints of Maroon #760C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.76%

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

R = 86.13%
G = 8.76%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#760C07 (or 0x760C07) is known color: Maroon. HEX triplet: 76, 0C and 07. RGB value is (118,12,7). Sum of RGB (Red+Green+Blue) = 118+12+7=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #760C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C07 is #89F3F8. Grayscale: #2B2B2B. Windows color (decimal): -9040889 or 461942. OLE color: 461942.

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

Color convert

RGB 118 12 7 -
CMYK 0 0.90 0.94 0.54
HSL 2.7º 0.89% 0.25% -
HSV(B) 2.7º 0.94% 0.46% -
XYZ 7.64 4.13 0.6 -
YUV 43.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 118 12 7 0 0.90 0.94 0.54 2.7 0.89 0.25
Hex 76 C 7 0 5A 5E 36 3 59 19
Octal 166 14 7 0 132 136 66 3 131 31
Binary 1110110 1100 111 0 1011010 1011110 110110 11 1011001 11001

Color Harmonies of #760C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C07

Black with #760C07

Text Example


Text Example

White with #760C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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