Html Css Color HEX #750705 Maroon

📋 copy color: '#750705'

red 117 ◦ green 7 ◦ blue 5

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

Shades of Maroon #750705

Tints of Maroon #750705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.88%

R = 90.7%
G = 5.43%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#750705 (or 0x750705) is known color: Maroon. HEX triplet: 75, 07 and 05. RGB value is (117,7,5). Sum of RGB (Red+Green+Blue) = 117+7+5=129 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90.70% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 117 - color contains mainly: red. Hex color #750705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750705 is #8AF8FA. Grayscale: #272727. Windows color (decimal): -9107707 or 329589. OLE color: 329589.

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

Color convert

RGB 117 7 5 -
CMYK 0 0.94 0.96 0.54
HSL 1.07º 0.92% 0.24% -
HSV(B) 1.07º 0.96% 0.46% -
XYZ 7.44 3.94 0.51 -
YUV 39.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 117 7 5 0 0.94 0.96 0.54 1.07 0.92 0.24
Hex 75 7 5 0 5E 60 36 1 5C 18
Octal 165 7 5 0 136 140 66 1 134 30
Binary 1110101 111 101 0 1011110 1100000 110110 1 1011100 11000

Color Harmonies of #750705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750705

Black with #750705

Text Example


Text Example

White with #750705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750705; }

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

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

background-color css

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

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

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

border-color css

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

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

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