Html Css Color HEX #760502 Maroon

📋 copy color: '#760502'

red 118 ◦ green 5 ◦ blue 2

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

Shades of Maroon #760502

Tints of Maroon #760502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

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

R = 94.4%
G = 4%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#760502 (or 0x760502) is known color: Maroon. HEX triplet: 76, 05 and 02. RGB value is (118,5,2). Sum of RGB (Red+Green+Blue) = 118+5+2=125 (16% of max value = 765). Red value is 118 (46.48% from 255 or 94.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 118 - color contains mainly: red. Hex color #760502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760502 is #89FAFD. Grayscale: #262626. Windows color (decimal): -9042686 or 132470. OLE color: 132470.

HSL color Cylindrical-coordinate representation of color #760502: hue angle of 1.55º 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 #760502 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 2 -
CMYK 0 0.96 0.98 0.54
HSL 1.55º 0.97% 0.24% -
HSV(B) 1.55º 0.98% 0.46% -
XYZ 7.54 3.96 0.43 -
YUV 38.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 118 5 2 0 0.96 0.98 0.54 1.55 0.97 0.24
Hex 76 5 2 0 60 62 36 2 61 18
Octal 166 5 2 0 140 142 66 2 141 30
Binary 1110110 101 10 0 1100000 1100010 110110 10 1100001 11000

Color Harmonies of #760502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760502

Black with #760502

Text Example


Text Example

White with #760502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760502; }

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

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

background-color css

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

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

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

border-color css

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

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

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