Html Css Color HEX #760504 Maroon

📋 copy color: '#760504'

red 118 ◦ green 5 ◦ blue 4

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

Shades of Maroon #760504

Tints of Maroon #760504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.15%

R = 92.91%
G = 3.94%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#760504 (or 0x760504) is known color: Maroon. HEX triplet: 76, 05 and 04. RGB value is (118,5,4). Sum of RGB (Red+Green+Blue) = 118+5+4=127 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.91% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 118 - color contains mainly: red. Hex color #760504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760504 is #89FAFB. Grayscale: #262626. Windows color (decimal): -9042684 or 263542. OLE color: 263542.

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

Color convert

RGB 118 5 4 -
CMYK 0 0.96 0.97 0.54
HSL 0.53º 0.93% 0.24% -
HSV(B) 0.53º 0.97% 0.46% -
XYZ 7.55 3.97 0.48 -
YUV 38.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 118 5 4 0 0.96 0.97 0.54 0.53 0.93 0.24
Hex 76 5 4 0 60 61 36 1 5D 18
Octal 166 5 4 0 140 141 66 1 135 30
Binary 1110110 101 100 0 1100000 1100001 110110 1 1011101 11000

Color Harmonies of #760504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760504

Black with #760504

Text Example


Text Example

White with #760504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760504; }

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

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

background-color css

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

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

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

border-color css

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

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

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