Html Css Color HEX #760804 Maroon

📋 copy color: '#760804'

red 118 ◦ green 8 ◦ blue 4

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

Shades of Maroon #760804

Tints of Maroon #760804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

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

R = 90.77%
G = 6.15%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#760804 (or 0x760804) is known color: Maroon. HEX triplet: 76, 08 and 04. RGB value is (118,8,4). Sum of RGB (Red+Green+Blue) = 118+8+4=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760804 is #89F7FB. Grayscale: #282828. Windows color (decimal): -9041916 or 264310. OLE color: 264310.

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

Color convert

RGB 118 8 4 -
CMYK 0 0.93 0.97 0.54
HSL 2.11º 0.93% 0.24% -
HSV(B) 2.11º 0.97% 0.46% -
XYZ 7.58 4.03 0.49 -
YUV 40.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 118 8 4 0 0.93 0.97 0.54 2.11 0.93 0.24
Hex 76 8 4 0 5D 61 36 2 5D 18
Octal 166 10 4 0 135 141 66 2 135 30
Binary 1110110 1000 100 0 1011101 1100001 110110 10 1011101 11000

Color Harmonies of #760804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760804

Black with #760804

Text Example


Text Example

White with #760804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760804; }

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

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

background-color css

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

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

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

border-color css

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

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

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