Html Css Color HEX #750C07 Maroon

📋 copy color: '#750C07'

red 117 ◦ green 12 ◦ blue 7

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

Shades of Maroon #750C07

Tints of Maroon #750C07

RGB

 RED value IS 117 (46.09% from 255) = 86.03%

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

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

R = 86.03%
G = 8.82%
B = 5.15%

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

#750C07 (or 0x750C07) is known color: Maroon. HEX triplet: 75, 0C and 07. RGB value is (117,12,7). Sum of RGB (Red+Green+Blue) = 117+12+7=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #750C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750C07 is #8AF3F8. Grayscale: #2A2A2A. Windows color (decimal): -9106425 or 461941. OLE color: 461941.

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

Color convert

RGB 117 12 7 -
CMYK 0 0.90 0.94 0.54
HSL 2.73º 0.89% 0.24% -
HSV(B) 2.73º 0.94% 0.46% -
XYZ 7.51 4.06 0.59 -
YUV 42.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 117 12 7 0 0.90 0.94 0.54 2.73 0.89 0.24
Hex 75 C 7 0 5A 5E 36 3 59 18
Octal 165 14 7 0 132 136 66 3 131 30
Binary 1110101 1100 111 0 1011010 1011110 110110 11 1011001 11000

Color Harmonies of #750C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C07

Black with #750C07

Text Example


Text Example

White with #750C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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