Html Css Color HEX #770D06 Maroon

📋 copy color: '#770D06'

red 119 ◦ green 13 ◦ blue 6

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

Shades of Maroon #770D06

Tints of Maroon #770D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.42%

 BLUE value IS 6 (2.73% from 255) = 4.35%

R = 86.23%
G = 9.42%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#770D06 (or 0x770D06) is known color: Maroon. HEX triplet: 77, 0D and 06. RGB value is (119,13,6). Sum of RGB (Red+Green+Blue) = 119+13+6=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #770D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D06 is #88F2F9. Grayscale: #2C2C2C. Windows color (decimal): -8975098 or 396663. OLE color: 396663.

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

Color convert

RGB 119 13 6 -
CMYK 0 0.89 0.95 0.53
HSL 3.72º 0.9% 0.25% -
HSV(B) 3.72º 0.95% 0.47% -
XYZ 7.78 4.22 0.58 -
YUV 43.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 119 13 6 0 0.89 0.95 0.53 3.72 0.9 0.25
Hex 77 D 6 0 59 5F 35 4 5A 19
Octal 167 15 6 0 131 137 65 4 132 31
Binary 1110111 1101 110 0 1011001 1011111 110101 100 1011010 11001

Color Harmonies of #770D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D06

Black with #770D06

Text Example


Text Example

White with #770D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,13,6); }

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

background-color css

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

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

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

border-color css

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

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

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