Html Css Color HEX #000776 Navy

📋 copy color: '#000776'

red 0 ◦ green 7 ◦ blue 118

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

Shades of Navy #000776

Tints of Navy #000776

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 5.6%

 BLUE value IS 118 (46.48% from 255) = 94.4%

R = 0%
G = 5.6%
B = 94.4%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000776 (or 0x000776) is known color: Navy. HEX triplet: 00, 07 and 76. RGB value is (0,7,118). Sum of RGB (Red+Green+Blue) = 0+7+118=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 118 (46.48% from 255 or 94.4% from 125); Max value from RGB is 118 - color contains mainly: blue. Hex color #000776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000776 is #FFF889. Grayscale: #111111. Windows color (decimal): -16775306 or 7735040. OLE color: 7735040.

HSL color Cylindrical-coordinate representation of color #000776: hue angle of 236.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000776 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 7 118 -
CMYK 1 0.94 0 0.54
HSL 236.44º 1% 0.23% -
HSV(B) 236.44º 1% 0.46% -
XYZ 3.35 1.46 17.24 -
YUV 17.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 0 7 118 1 0.94 0 0.54 236.44 1 0.23
Hex 0 7 76 64 5E 0 36 EC 64 17
Octal 0 7 166 144 136 0 66 354 144 27
Binary 0 111 1110110 1100100 1011110 0 110110 11101100 1100100 10111

Color Harmonies of #000776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000776

Black with #000776

Text Example


Text Example

White with #000776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000776; }

 p { color: rgb(0,7,118); }

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

background-color css

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

 a { background-color: rgb(0,7,118); }

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

border-color css

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

 span { border-color: rgb(0,7,118); }

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