Html Css Color HEX #760605 Maroon

📋 copy color: '#760605'

red 118 ◦ green 6 ◦ blue 5

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

Shades of Maroon #760605

Tints of Maroon #760605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.65%

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

R = 91.47%
G = 4.65%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#760605 (or 0x760605) is known color: Maroon. HEX triplet: 76, 06 and 05. RGB value is (118,6,5). Sum of RGB (Red+Green+Blue) = 118+6+5=129 (17% of max value = 765). Red value is 118 (46.48% from 255 or 91.47% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 118 - color contains mainly: red. Hex color #760605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760605 is #89F9FA. Grayscale: #272727. Windows color (decimal): -9042427 or 329334. OLE color: 329334.

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

Color convert

RGB 118 6 5 -
CMYK 0 0.95 0.96 0.54
HSL 0.53º 0.92% 0.24% -
HSV(B) 0.53º 0.96% 0.46% -
XYZ 7.56 3.99 0.52 -
YUV 39.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 118 6 5 0 0.95 0.96 0.54 0.53 0.92 0.24
Hex 76 6 5 0 5F 60 36 1 5C 18
Octal 166 6 5 0 137 140 66 1 134 30
Binary 1110110 110 101 0 1011111 1100000 110110 1 1011100 11000

Color Harmonies of #760605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760605

Black with #760605

Text Example


Text Example

White with #760605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760605; }

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

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

background-color css

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

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

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

border-color css

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

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

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