Html Css Color HEX #770605 Maroon

📋 copy color: '#770605'

red 119 ◦ green 6 ◦ blue 5

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

Shades of Maroon #770605

Tints of Maroon #770605

RGB

 RED value IS 119 (46.88% from 255) = 91.54%

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

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

R = 91.54%
G = 4.62%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#770605 (or 0x770605) is known color: Maroon. HEX triplet: 77, 06 and 05. RGB value is (119,6,5). Sum of RGB (Red+Green+Blue) = 119+6+5=130 (17% of max value = 765). Red value is 119 (46.88% from 255 or 91.54% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 119 - color contains mainly: red. Hex color #770605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770605 is #88F9FA. Grayscale: #272727. Windows color (decimal): -8976891 or 329335. OLE color: 329335.

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

Color convert

RGB 119 6 5 -
CMYK 0 0.95 0.96 0.53
HSL 0.53º 0.92% 0.24% -
HSV(B) 0.53º 0.96% 0.47% -
XYZ 7.7 4.06 0.52 -
YUV 39.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 119 6 5 0 0.95 0.96 0.53 0.53 0.92 0.24
Hex 77 6 5 0 5F 60 35 1 5C 18
Octal 167 6 5 0 137 140 65 1 134 30
Binary 1110111 110 101 0 1011111 1100000 110101 1 1011100 11000

Color Harmonies of #770605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770605

Black with #770605

Text Example


Text Example

White with #770605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770605; }

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

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

background-color css

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

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

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

border-color css

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

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

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