Html Css Color HEX #770505 Maroon

📋 copy color: '#770505'

red 119 ◦ green 5 ◦ blue 5

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

Shades of Maroon #770505

Tints of Maroon #770505

RGB

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

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

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

R = 92.25%
G = 3.88%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#770505 (or 0x770505) is known color: Maroon. HEX triplet: 77, 05 and 05. RGB value is (119,5,5). Sum of RGB (Red+Green+Blue) = 119+5+5=129 (17% of max value = 765). Red value is 119 (46.88% from 255 or 92.25% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 119 - color contains mainly: red. Hex color #770505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770505 is #88FAFA. Grayscale: #272727. Windows color (decimal): -8977147 or 329079. OLE color: 329079.

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

Color convert

RGB 119 5 5 -
CMYK 0 0.96 0.96 0.53
HSL 0.92% 0.24% -
HSV(B) 0.96% 0.47% -
XYZ 7.69 4.04 0.52 -
YUV 39.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 119 5 5 0 0.96 0.96 0.53 0 0.92 0.24
Hex 77 5 5 0 60 60 35 0 5C 18
Octal 167 5 5 0 140 140 65 0 134 30
Binary 1110111 101 101 0 1100000 1100000 110101 0 1011100 11000

Color Harmonies of #770505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770505

Black with #770505

Text Example


Text Example

White with #770505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770505; }

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

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

background-color css

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

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

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

border-color css

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

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

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