Html Css Color HEX #770A02 Maroon

📋 copy color: '#770A02'

red 119 ◦ green 10 ◦ blue 2

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

Shades of Maroon #770A02

Tints of Maroon #770A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.63%

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 90.84%
G = 7.63%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#770A02 (or 0x770A02) is known color: Maroon. HEX triplet: 77, 0A and 02. RGB value is (119,10,2). Sum of RGB (Red+Green+Blue) = 119+10+2=131 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.84% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 119 - color contains mainly: red. Hex color #770A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770A02 is #88F5FD. Grayscale: #292929. Windows color (decimal): -8975870 or 133751. OLE color: 133751.

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

Color convert

RGB 119 10 2 -
CMYK 0 0.92 0.98 0.53
HSL 4.1º 0.97% 0.24% -
HSV(B) 4.1º 0.98% 0.47% -
XYZ 7.73 4.14 0.45 -
YUV 41.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 119 10 2 0 0.92 0.98 0.53 4.1 0.97 0.24
Hex 77 A 2 0 5C 62 35 4 61 18
Octal 167 12 2 0 134 142 65 4 141 30
Binary 1110111 1010 10 0 1011100 1100010 110101 100 1100001 11000

Color Harmonies of #770A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770A02

Black with #770A02

Text Example


Text Example

White with #770A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,10,2); }

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

background-color css

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

 a { background-color: rgb(119,10,2); }

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

border-color css

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

 span { border-color: rgb(119,10,2); }

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