Html Css Color HEX #770504 Maroon

📋 copy color: '#770504'

red 119 ◦ green 5 ◦ blue 4

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

Shades of Maroon #770504

Tints of Maroon #770504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 92.97%
G = 3.91%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#770504 (or 0x770504) is known color: Maroon. HEX triplet: 77, 05 and 04. RGB value is (119,5,4). Sum of RGB (Red+Green+Blue) = 119+5+4=128 (16% of max value = 765). Red value is 119 (46.88% from 255 or 92.97% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 119 - color contains mainly: red. Hex color #770504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770504 is #88FAFB. Grayscale: #272727. Windows color (decimal): -8977148 or 263543. OLE color: 263543.

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

Color convert

RGB 119 5 4 -
CMYK 0 0.96 0.97 0.53
HSL 0.52º 0.93% 0.24% -
HSV(B) 0.52º 0.97% 0.47% -
XYZ 7.68 4.04 0.49 -
YUV 38.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 119 5 4 0 0.96 0.97 0.53 0.52 0.93 0.24
Hex 77 5 4 0 60 61 35 1 5D 18
Octal 167 5 4 0 140 141 65 1 135 30
Binary 1110111 101 100 0 1100000 1100001 110101 1 1011101 11000

Color Harmonies of #770504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770504

Black with #770504

Text Example


Text Example

White with #770504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770504; }

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

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

background-color css

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

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

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

border-color css

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

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

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