Html Css Color HEX #760606 Maroon

📋 copy color: '#760606'

red 118 ◦ green 6 ◦ blue 6

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

Shades of Maroon #760606

Tints of Maroon #760606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.62%

R = 90.77%
G = 4.62%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#760606 (or 0x760606) is known color: Maroon. HEX triplet: 76, 06 and 06. RGB value is (118,6,6). Sum of RGB (Red+Green+Blue) = 118+6+6=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760606 is #89F9F9. Grayscale: #272727. Windows color (decimal): -9042426 or 394870. OLE color: 394870.

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

Color convert

RGB 118 6 6 -
CMYK 0 0.95 0.95 0.54
HSL 0.9% 0.24% -
HSV(B) 0.95% 0.46% -
XYZ 7.57 3.99 0.54 -
YUV 39.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 118 6 6 0 0.95 0.95 0.54 0 0.9 0.24
Hex 76 6 6 0 5F 5F 36 0 5A 18
Octal 166 6 6 0 137 137 66 0 132 30
Binary 1110110 110 110 0 1011111 1011111 110110 0 1011010 11000

Color Harmonies of #760606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760606

Black with #760606

Text Example


Text Example

White with #760606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760606; }

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

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

background-color css

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

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

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

border-color css

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

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

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