Html Css Color HEX #770805 Maroon

📋 copy color: '#770805'

red 119 ◦ green 8 ◦ blue 5

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

Shades of Maroon #770805

Tints of Maroon #770805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

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

R = 90.15%
G = 6.06%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#770805 (or 0x770805) is known color: Maroon. HEX triplet: 77, 08 and 05. RGB value is (119,8,5). Sum of RGB (Red+Green+Blue) = 119+8+5=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #770805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770805 is #88F7FA. Grayscale: #282828. Windows color (decimal): -8976379 or 329847. OLE color: 329847.

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

Color convert

RGB 119 8 5 -
CMYK 0 0.93 0.96 0.53
HSL 1.58º 0.92% 0.24% -
HSV(B) 1.58º 0.96% 0.47% -
XYZ 7.72 4.11 0.53 -
YUV 40.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 119 8 5 0 0.93 0.96 0.53 1.58 0.92 0.24
Hex 77 8 5 0 5D 60 35 2 5C 18
Octal 167 10 5 0 135 140 65 2 134 30
Binary 1110111 1000 101 0 1011101 1100000 110101 10 1011100 11000

Color Harmonies of #770805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770805

Black with #770805

Text Example


Text Example

White with #770805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770805; }

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

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

background-color css

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

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

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

border-color css

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

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

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