Html Css Color HEX #750702 Maroon

📋 copy color: '#750702'

red 117 ◦ green 7 ◦ blue 2

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

Shades of Maroon #750702

Tints of Maroon #750702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.59%

R = 92.86%
G = 5.56%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750702 (or 0x750702) is known color: Maroon. HEX triplet: 75, 07 and 02. RGB value is (117,7,2). Sum of RGB (Red+Green+Blue) = 117+7+2=126 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.86% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 117 - color contains mainly: red. Hex color #750702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750702 is #8AF8FD. Grayscale: #272727. Windows color (decimal): -9107710 or 132981. OLE color: 132981.

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

Color convert

RGB 117 7 2 -
CMYK 0 0.94 0.98 0.54
HSL 2.61º 0.97% 0.23% -
HSV(B) 2.61º 0.98% 0.46% -
XYZ 7.42 3.94 0.43 -
YUV 39.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 117 7 2 0 0.94 0.98 0.54 2.61 0.97 0.23
Hex 75 7 2 0 5E 62 36 3 61 17
Octal 165 7 2 0 136 142 66 3 141 27
Binary 1110101 111 10 0 1011110 1100010 110110 11 1100001 10111

Color Harmonies of #750702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750702

Black with #750702

Text Example


Text Example

White with #750702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750702; }

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

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

background-color css

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

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

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

border-color css

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

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

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