Html Css Color HEX #770F08 Maroon

📋 copy color: '#770F08'

red 119 ◦ green 15 ◦ blue 8

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

Shades of Maroon #770F08

Tints of Maroon #770F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.56%

 BLUE value IS 8 (3.52% from 255) = 5.63%

R = 83.8%
G = 10.56%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#770F08 (or 0x770F08) is known color: Maroon. HEX triplet: 77, 0F and 08. RGB value is (119,15,8). Sum of RGB (Red+Green+Blue) = 119+15+8=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770F08 is #88F0F7. Grayscale: #2D2D2D. Windows color (decimal): -8974584 or 528247. OLE color: 528247.

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

Color convert

RGB 119 15 8 -
CMYK 0 0.87 0.93 0.53
HSL 3.78º 0.87% 0.25% -
HSV(B) 3.78º 0.93% 0.47% -
XYZ 7.82 4.28 0.64 -
YUV 45.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 119 15 8 0 0.87 0.93 0.53 3.78 0.87 0.25
Hex 77 F 8 0 57 5D 35 4 57 19
Octal 167 17 10 0 127 135 65 4 127 31
Binary 1110111 1111 1000 0 1010111 1011101 110101 100 1010111 11001

Color Harmonies of #770F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F08

Black with #770F08

Text Example


Text Example

White with #770F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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