Html Css Color HEX #740700 Maroon

📋 copy color: '#740700'

red 116 ◦ green 7 ◦ blue 0

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

Shades of Maroon #740700

Tints of Maroon #740700

RGB

 RED value IS 116 (45.7% from 255) = 94.31%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.31%
G = 5.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#740700 (or 0x740700) is known color: Maroon. HEX triplet: 74, 07 and 00. RGB value is (116,7,0). Sum of RGB (Red+Green+Blue) = 116+7+0=123 (16% of max value = 765). Red value is 116 (45.70% from 255 or 94.31% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 116 - color contains mainly: red. Hex color #740700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740700 is #8BF8FF. Grayscale: #262626. Windows color (decimal): -9173248 or 1908. OLE color: 1908.

HSL color Cylindrical-coordinate representation of color #740700: hue angle of 3.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740700 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 0 -
CMYK 0 0.94 1 0.55
HSL 3.62º 1% 0.23% -
HSV(B) 3.62º 1% 0.45% -
XYZ 7.28 3.86 0.36 -
YUV 38.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 116 7 0 0 0.94 1 0.55 3.62 1 0.23
Hex 74 7 0 0 5E 64 37 4 64 17
Octal 164 7 0 0 136 144 67 4 144 27
Binary 1110100 111 0 0 1011110 1100100 110111 100 1100100 10111

Color Harmonies of #740700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740700

Black with #740700

Text Example


Text Example

White with #740700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740700; }

 p { color: rgb(116,7,0); }

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

background-color css

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

 a { background-color: rgb(116,7,0); }

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

border-color css

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

 span { border-color: rgb(116,7,0); }

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