Html Css Color HEX #770C06 Maroon

📋 copy color: '#770C06'

red 119 ◦ green 12 ◦ blue 6

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

Shades of Maroon #770C06

Tints of Maroon #770C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.76%

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

R = 86.86%
G = 8.76%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#770C06 (or 0x770C06) is known color: Maroon. HEX triplet: 77, 0C and 06. RGB value is (119,12,6). Sum of RGB (Red+Green+Blue) = 119+12+6=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #770C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C06 is #88F3F9. Grayscale: #2B2B2B. Windows color (decimal): -8975354 or 396407. OLE color: 396407.

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

Color convert

RGB 119 12 6 -
CMYK 0 0.90 0.95 0.53
HSL 3.19º 0.9% 0.25% -
HSV(B) 3.19º 0.95% 0.47% -
XYZ 7.77 4.2 0.57 -
YUV 43.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 119 12 6 0 0.90 0.95 0.53 3.19 0.9 0.25
Hex 77 C 6 0 5A 5F 35 3 5A 19
Octal 167 14 6 0 132 137 65 3 132 31
Binary 1110111 1100 110 0 1011010 1011111 110101 11 1011010 11001

Color Harmonies of #770C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C06

Black with #770C06

Text Example


Text Example

White with #770C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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