Html Css Color HEX #770F09 Maroon

📋 copy color: '#770F09'

red 119 ◦ green 15 ◦ blue 9

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

Shades of Maroon #770F09

Tints of Maroon #770F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.29%

R = 83.22%
G = 10.49%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#770F09 (or 0x770F09) is known color: Maroon. HEX triplet: 77, 0F and 09. RGB value is (119,15,9). Sum of RGB (Red+Green+Blue) = 119+15+9=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770F09 is #88F0F6. Grayscale: #2D2D2D. Windows color (decimal): -8974583 or 593783. OLE color: 593783.

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

Color convert

RGB 119 15 9 -
CMYK 0 0.87 0.92 0.53
HSL 3.27º 0.86% 0.25% -
HSV(B) 3.27º 0.92% 0.47% -
XYZ 7.83 4.28 0.67 -
YUV 45.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 119 15 9 0 0.87 0.92 0.53 3.27 0.86 0.25
Hex 77 F 9 0 57 5C 35 3 56 19
Octal 167 17 11 0 127 134 65 3 126 31
Binary 1110111 1111 1001 0 1010111 1011100 110101 11 1010110 11001

Color Harmonies of #770F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F09

Black with #770F09

Text Example


Text Example

White with #770F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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