Html Css Color HEX #760702 Maroon

📋 copy color: '#760702'

red 118 ◦ green 7 ◦ blue 2

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

Shades of Maroon #760702

Tints of Maroon #760702

RGB

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

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

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

R = 92.91%
G = 5.51%
B = 1.57%

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

#760702 (or 0x760702) is known color: Maroon. HEX triplet: 76, 07 and 02. RGB value is (118,7,2). Sum of RGB (Red+Green+Blue) = 118+7+2=127 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.91% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 118 - color contains mainly: red. Hex color #760702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760702 is #89F8FD. Grayscale: #272727. Windows color (decimal): -9042174 or 132982. OLE color: 132982.

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

Color convert

RGB 118 7 2 -
CMYK 0 0.94 0.98 0.54
HSL 2.59º 0.97% 0.24% -
HSV(B) 2.59º 0.98% 0.46% -
XYZ 7.56 4.01 0.43 -
YUV 39.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 118 7 2 0 0.94 0.98 0.54 2.59 0.97 0.24
Hex 76 7 2 0 5E 62 36 3 61 18
Octal 166 7 2 0 136 142 66 3 141 30
Binary 1110110 111 10 0 1011110 1100010 110110 11 1100001 11000

Color Harmonies of #760702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760702

Black with #760702

Text Example


Text Example

White with #760702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760702; }

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

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

background-color css

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

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

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

border-color css

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

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

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