Html Css Color HEX #770C02 Maroon

📋 copy color: '#770C02'

red 119 ◦ green 12 ◦ blue 2

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

Shades of Maroon #770C02

Tints of Maroon #770C02

RGB

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

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

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

R = 89.47%
G = 9.02%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#770C02 (or 0x770C02) is known color: Maroon. HEX triplet: 77, 0C and 02. RGB value is (119,12,2). Sum of RGB (Red+Green+Blue) = 119+12+2=133 (17% of max value = 765). Red value is 119 (46.88% from 255 or 89.47% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 119 - color contains mainly: red. Hex color #770C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C02 is #88F3FD. Grayscale: #2A2A2A. Windows color (decimal): -8975358 or 134263. OLE color: 134263.

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

Color convert

RGB 119 12 2 -
CMYK 0 0.90 0.98 0.53
HSL 5.13º 0.97% 0.24% -
HSV(B) 5.13º 0.98% 0.47% -
XYZ 7.75 4.19 0.46 -
YUV 42.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 119 12 2 0 0.90 0.98 0.53 5.13 0.97 0.24
Hex 77 C 2 0 5A 62 35 5 61 18
Octal 167 14 2 0 132 142 65 5 141 30
Binary 1110111 1100 10 0 1011010 1100010 110101 101 1100001 11000

Color Harmonies of #770C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C02

Black with #770C02

Text Example


Text Example

White with #770C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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