Html Css Color HEX #770705 Maroon

📋 copy color: '#770705'

red 119 ◦ green 7 ◦ blue 5

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

Shades of Maroon #770705

Tints of Maroon #770705

RGB

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

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

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

R = 90.84%
G = 5.34%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#770705 (or 0x770705) is known color: Maroon. HEX triplet: 77, 07 and 05. RGB value is (119,7,5). Sum of RGB (Red+Green+Blue) = 119+7+5=131 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.84% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 119 - color contains mainly: red. Hex color #770705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770705 is #88F8FA. Grayscale: #282828. Windows color (decimal): -8976635 or 329591. OLE color: 329591.

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

Color convert

RGB 119 7 5 -
CMYK 0 0.94 0.96 0.53
HSL 1.05º 0.92% 0.24% -
HSV(B) 1.05º 0.96% 0.47% -
XYZ 7.71 4.08 0.53 -
YUV 40.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 119 7 5 0 0.94 0.96 0.53 1.05 0.92 0.24
Hex 77 7 5 0 5E 60 35 1 5C 18
Octal 167 7 5 0 136 140 65 1 134 30
Binary 1110111 111 101 0 1011110 1100000 110101 1 1011100 11000

Color Harmonies of #770705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770705

Black with #770705

Text Example


Text Example

White with #770705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770705; }

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

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

background-color css

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

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

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

border-color css

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

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

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