Html Css Color HEX #760705 Maroon

📋 copy color: '#760705'

red 118 ◦ green 7 ◦ blue 5

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

Shades of Maroon #760705

Tints of Maroon #760705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.85%

R = 90.77%
G = 5.38%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#760705 (or 0x760705) is known color: Maroon. HEX triplet: 76, 07 and 05. RGB value is (118,7,5). Sum of RGB (Red+Green+Blue) = 118+7+5=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760705 is #89F8FA. Grayscale: #282828. Windows color (decimal): -9042171 or 329590. OLE color: 329590.

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

Color convert

RGB 118 7 5 -
CMYK 0 0.94 0.96 0.54
HSL 1.06º 0.92% 0.24% -
HSV(B) 1.06º 0.96% 0.46% -
XYZ 7.57 4.01 0.52 -
YUV 39.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 118 7 5 0 0.94 0.96 0.54 1.06 0.92 0.24
Hex 76 7 5 0 5E 60 36 1 5C 18
Octal 166 7 5 0 136 140 66 1 134 30
Binary 1110110 111 101 0 1011110 1100000 110110 1 1011100 11000

Color Harmonies of #760705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760705

Black with #760705

Text Example


Text Example

White with #760705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760705; }

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

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

background-color css

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

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

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

border-color css

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

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

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