Html Css Color HEX #770B05 Maroon

📋 copy color: '#770B05'

red 119 ◦ green 11 ◦ blue 5

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

Shades of Maroon #770B05

Tints of Maroon #770B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.15%

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

R = 88.15%
G = 8.15%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#770B05 (or 0x770B05) is known color: Maroon. HEX triplet: 77, 0B and 05. RGB value is (119,11,5). Sum of RGB (Red+Green+Blue) = 119+11+5=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #770B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B05 is #88F4FA. Grayscale: #2A2A2A. Windows color (decimal): -8975611 or 330615. OLE color: 330615.

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

Color convert

RGB 119 11 5 -
CMYK 0 0.91 0.96 0.53
HSL 3.16º 0.92% 0.24% -
HSV(B) 3.16º 0.96% 0.47% -
XYZ 7.75 4.17 0.54 -
YUV 42.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 119 11 5 0 0.91 0.96 0.53 3.16 0.92 0.24
Hex 77 B 5 0 5B 60 35 3 5C 18
Octal 167 13 5 0 133 140 65 3 134 30
Binary 1110111 1011 101 0 1011011 1100000 110101 11 1011100 11000

Color Harmonies of #770B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B05

Black with #770B05

Text Example


Text Example

White with #770B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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