Html Css Color HEX #770C04 Maroon

📋 copy color: '#770C04'

red 119 ◦ green 12 ◦ blue 4

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

Shades of Maroon #770C04

Tints of Maroon #770C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 88.15%
G = 8.89%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#770C04 (or 0x770C04) is known color: Maroon. HEX triplet: 77, 0C and 04. RGB value is (119,12,4). Sum of RGB (Red+Green+Blue) = 119+12+4=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #770C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C04 is #88F3FB. Grayscale: #2B2B2B. Windows color (decimal): -8975356 or 265335. OLE color: 265335.

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

Color convert

RGB 119 12 4 -
CMYK 0 0.90 0.97 0.53
HSL 4.17º 0.93% 0.24% -
HSV(B) 4.17º 0.97% 0.47% -
XYZ 7.76 4.19 0.52 -
YUV 43.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 119 12 4 0 0.90 0.97 0.53 4.17 0.93 0.24
Hex 77 C 4 0 5A 61 35 4 5D 18
Octal 167 14 4 0 132 141 65 4 135 30
Binary 1110111 1100 100 0 1011010 1100001 110101 100 1011101 11000

Color Harmonies of #770C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C04

Black with #770C04

Text Example


Text Example

White with #770C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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