Html Css Color HEX #770C03 Maroon

📋 copy color: '#770C03'

red 119 ◦ green 12 ◦ blue 3

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

Shades of Maroon #770C03

Tints of Maroon #770C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.24%

R = 88.81%
G = 8.96%
B = 2.24%

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

#770C03 (or 0x770C03) is known color: Maroon. HEX triplet: 77, 0C and 03. RGB value is (119,12,3). Sum of RGB (Red+Green+Blue) = 119+12+3=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #770C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C03 is #88F3FC. Grayscale: #2B2B2B. Windows color (decimal): -8975357 or 199799. OLE color: 199799.

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

Color convert

RGB 119 12 3 -
CMYK 0 0.90 0.97 0.53
HSL 4.66º 0.95% 0.24% -
HSV(B) 4.66º 0.97% 0.47% -
XYZ 7.76 4.19 0.49 -
YUV 42.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 119 12 3 0 0.90 0.97 0.53 4.66 0.95 0.24
Hex 77 C 3 0 5A 61 35 5 5F 18
Octal 167 14 3 0 132 141 65 5 137 30
Binary 1110111 1100 11 0 1011010 1100001 110101 101 1011111 11000

Color Harmonies of #770C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C03

Black with #770C03

Text Example


Text Example

White with #770C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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