Html Css Color HEX #770807 Maroon

📋 copy color: '#770807'

red 119 ◦ green 8 ◦ blue 7

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

Shades of Maroon #770807

Tints of Maroon #770807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

 BLUE value IS 7 (3.13% from 255) = 5.22%

R = 88.81%
G = 5.97%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#770807 (or 0x770807) is known color: Maroon. HEX triplet: 77, 08 and 07. RGB value is (119,8,7). Sum of RGB (Red+Green+Blue) = 119+8+7=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #770807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770807 is #88F7F8. Grayscale: #292929. Windows color (decimal): -8976377 or 460919. OLE color: 460919.

HSL color Cylindrical-coordinate representation of color #770807: hue angle of 0.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770807 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 7 -
CMYK 0 0.93 0.94 0.53
HSL 0.54º 0.89% 0.25% -
HSV(B) 0.54º 0.94% 0.47% -
XYZ 7.73 4.11 0.59 -
YUV 41.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 119 8 7 0 0.93 0.94 0.53 0.54 0.89 0.25
Hex 77 8 7 0 5D 5E 35 1 59 19
Octal 167 10 7 0 135 136 65 1 131 31
Binary 1110111 1000 111 0 1011101 1011110 110101 1 1011001 11001

Color Harmonies of #770807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770807

Black with #770807

Text Example


Text Example

White with #770807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770807; }

 p { color: rgb(119,8,7); }

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

background-color css

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

 a { background-color: rgb(119,8,7); }

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

border-color css

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

 span { border-color: rgb(119,8,7); }

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