Html Css Color HEX #770602 Maroon

📋 copy color: '#770602'

red 119 ◦ green 6 ◦ blue 2

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

Shades of Maroon #770602

Tints of Maroon #770602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.72%

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

R = 93.7%
G = 4.72%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#770602 (or 0x770602) is known color: Maroon. HEX triplet: 77, 06 and 02. RGB value is (119,6,2). Sum of RGB (Red+Green+Blue) = 119+6+2=127 (16% of max value = 765). Red value is 119 (46.88% from 255 or 93.70% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 119 - color contains mainly: red. Hex color #770602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770602 is #88F9FD. Grayscale: #272727. Windows color (decimal): -8976894 or 132727. OLE color: 132727.

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

Color convert

RGB 119 6 2 -
CMYK 0 0.95 0.98 0.53
HSL 2.05º 0.97% 0.24% -
HSV(B) 2.05º 0.98% 0.47% -
XYZ 7.68 4.06 0.44 -
YUV 39.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 119 6 2 0 0.95 0.98 0.53 2.05 0.97 0.24
Hex 77 6 2 0 5F 62 35 2 61 18
Octal 167 6 2 0 137 142 65 2 141 30
Binary 1110111 110 10 0 1011111 1100010 110101 10 1100001 11000

Color Harmonies of #770602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770602

Black with #770602

Text Example


Text Example

White with #770602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770602; }

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

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

background-color css

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

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

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

border-color css

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

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

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