#778686

Color #778686 Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #778686

Tints of Oslo Grey #778686

Color information

#778686 (or 0x778686) is unknown color: approx Oslo Grey. HEX triplet: 77, 86 and 86. RGB value is (119,134,134). Sum of RGB (Red+Green+Blue) = 119+134+134=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #778686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778686 is #887979. Grayscale: #818181. Windows color (decimal): -8943994 or 8816247. OLE color: 8816247.

HSL color Cylindrical-coordinate representation of color #778686: hue angle of 180º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778686 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB119134134-
CMYK0.11000.47
HSL180º5.93%49.61%-
HSV(B)180º11.19%52.55%-
XYZ20.4422.6925.86-
YUV129.52130.53120.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=30.75%
G=34.63%
B=34.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341340.11000.471805.9349.61
Hex778686B002Fb4632
Octal167206206130057264662
Binary1110111100001101000011010110010111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778686; }

 p { color: rgb(119,134,134); }

 H1.HeaderClassName
 {
   color: #778686;
 }
 .AnyTagClassName
 {
   color: #778686;
 }
</style>
background-color css

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

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

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

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

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

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